Suppose you have the following triangle $ABC$:
with the following properties: $$|AB|=4\cdot |AA'|,\>\>\>|AC|=4\cdot |CC'|\>\>\>|BC|=4\cdot |BB'|$$
I have to find the ratio of the total area of the triangle and the red area. I tried a lot of algebraic manipulations with the lengths of the sides, but couldnt solve it that way.
I really need hints for this one. Thanks!

EDIT: Final solution.
First off, notice that $\triangle ABB',\triangle BCC', \triangle CAA'$ all have area equal to $\frac{1}{4}$ of the area of $\triangle ABC$. To see this, pick any side as the base when measuring $\triangle ABC$, say side $BC$. Then $BB'$ is a triangle with a common height and one fourth base, so its area is one fourth. This argument obviously holds for all three sides.
What might be more surprising is that all three of the small triangles at the corners have the same area. They all equal $\frac{1}{13}\times \frac{1}{4}$ of the area of $\triangle ABC$, or rather, area equal to one thirteenth of the three aforementioned triangles. To make this explicit, look at $\triangle ABB'$ and $\triangle AA'P$, where $P$ is the intersection of $A'C$ and $AB'$. We have the following relationships: $$AB = 4AA' \text{, and }\angle{BAB'} = \angle{A'AP} = \theta$$ Next we have the following equations for the triangles' areas: $$\triangle AA'P = \frac{1}{2}AP\times AA'\sin\theta \text{, and } \triangle ABB' = \frac{1}{2}AB\times AB'\sin\theta $$ Therefore, the ratio of their areas is $\dfrac{\triangle AA'P}{\triangle ABB'} = \dfrac{AP}{4AB'}$. Now as soon as I can prove that this last quantity equals $\frac{1}{13}$, the proof will be complete.
EDIT2: Got it.
My solution requires Menelaus' Theorem. I will not prove it here.
By Menelaus' Theorem, we have that $$\begin{align*} BC \times B'P \times AA' &= B'C \times AP \times BA' \\ BC \times B'P \times \frac{1}{4}AB &= \frac{3}{4}BC \times AP \times \frac{3}{4}AB \\ \dfrac{B'P}{AP} &= \dfrac{9}{4}\\ \dfrac{AB' - AP}{AP} &= \dfrac{9}{4}\\ \dfrac{AB'}{AP} &= \dfrac{13}{4} \implies \dfrac{AP}{AB'} = \dfrac{4}{13}\\ \end{align*}$$
Thus, as desired $\dfrac{AP}{4AB'} = \dfrac{1}{13}$. Thus, the area of the central triangle is $$\triangle ABC(1 - 3\times \frac{1}{4} + 3 \times \frac{1}{13}\times \frac{1}{4}) = \triangle ABC \times \frac{4}{13}$$
This is my first solution using trigonometry and the particular case of an equiangular triangle. According to Blue, due to affine equivalence of all triangles, this proof suffices for all cases.