Shades of Fire Brick #AA2412
Tints of Fire Brick #AA2412
RGB
CMYK
RGB Variations
Color information
#AA2412 (or 0xAA2412) is known color: Fire Brick. HEX triplet: AA, 24 and 12. RGB value is (170,36,18). Sum of RGB (Red+Green+Blue) = 170+36+18=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2412 is #55DBED. Grayscale: #4A4A4A. Windows color (decimal): -5626862 or 1189034. OLE color: 1189034.
HSL color Cylindrical-coordinate representation of color #AA2412: hue angle of 7.11º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA2412 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 18 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.33 |
| HSL | 7.11º | 0.81% | 0.37% | - |
| HSV(B) | 7.11º | 0.89% | 0.67% | - |
| XYZ | 17.32 | 9.85 | 1.56 | - |
| YUV | 74.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 18 | 0 | 0.79 | 0.89 | 0.33 | 7.11 | 0.81 | 0.37 |
| Hex | AA | 24 | 12 | 0 | 4F | 59 | 21 | 7 | 51 | 25 |
| Octal | 252 | 44 | 22 | 0 | 117 | 131 | 41 | 7 | 121 | 45 |
| Binary | 10101010 | 100100 | 10010 | 0 | 1001111 | 1011001 | 100001 | 111 | 1010001 | 100101 |
Color Harmonies of #AA2412
Complementary color
Monochromatic Colors of #AA2412
Black with #AA2412
Text Example
Text Example
White with #AA2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2412; }
p { color: rgb(170,36,18); }
H1.HeaderClassName
{
color: #AA2412;
}
.AnyTagClassName
{
color: #AA2412;
}
</style>
background-color css
<style>
a { background-color: #AA2412; }
a { background-color: rgb(170,36,18); }
div.DivClassName
{
background-color: #AA2412;
}
.BgClassName
{
background-color: #AA2412;
}
</style>
border-color css
<style>
span { border-color: #AA2412; }
span { border-color: rgb(170,36,18); }
td.TdClassName
{
border-color: #AA2412;
}
.TagClassName
{
border-color: #AA2412;
}
</style>