Shades of Fire Brick #AE1412
Tints of Fire Brick #AE1412
RGB
CMYK
RGB Variations
Color information
#AE1412 (or 0xAE1412) is known color: Fire Brick. HEX triplet: AE, 14 and 12. RGB value is (174,20,18). Sum of RGB (Red+Green+Blue) = 174+20+18=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1412 is #51EBED. Grayscale: #414141. Windows color (decimal): -5368814 or 1184942. OLE color: 1184942.
HSL color Cylindrical-coordinate representation of color #AE1412: hue angle of 0.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1412 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.32 |
| HSL | 0.77º | 0.81% | 0.38% | - |
| HSV(B) | 0.77º | 0.9% | 0.68% | - |
| XYZ | 17.81 | 9.54 | 1.48 | - |
| YUV | 65.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 18 | 0 | 0.89 | 0.90 | 0.32 | 0.77 | 0.81 | 0.38 |
| Hex | AE | 14 | 12 | 0 | 59 | 5A | 20 | 1 | 51 | 26 |
| Octal | 256 | 24 | 22 | 0 | 131 | 132 | 40 | 1 | 121 | 46 |
| Binary | 10101110 | 10100 | 10010 | 0 | 1011001 | 1011010 | 100000 | 1 | 1010001 | 100110 |
Color Harmonies of #AE1412
Complementary color
Monochromatic Colors of #AE1412
Black with #AE1412
Text Example
Text Example
White with #AE1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1412; }
p { color: rgb(174,20,18); }
H1.HeaderClassName
{
color: #AE1412;
}
.AnyTagClassName
{
color: #AE1412;
}
</style>
background-color css
<style>
a { background-color: #AE1412; }
a { background-color: rgb(174,20,18); }
div.DivClassName
{
background-color: #AE1412;
}
.BgClassName
{
background-color: #AE1412;
}
</style>
border-color css
<style>
span { border-color: #AE1412; }
span { border-color: rgb(174,20,18); }
td.TdClassName
{
border-color: #AE1412;
}
.TagClassName
{
border-color: #AE1412;
}
</style>