Shades of Fire Brick #AA1412
Tints of Fire Brick #AA1412
RGB
CMYK
RGB Variations
Color information
#AA1412 (or 0xAA1412) is known color: Fire Brick. HEX triplet: AA, 14 and 12. RGB value is (170,20,18). Sum of RGB (Red+Green+Blue) = 170+20+18=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1412 is #55EBED. Grayscale: #404040. Windows color (decimal): -5630958 or 1184938. OLE color: 1184938.
HSL color Cylindrical-coordinate representation of color #AA1412: hue angle of 0.79º 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 #AA1412 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 18 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.33 |
| HSL | 0.79º | 0.81% | 0.37% | - |
| HSV(B) | 0.79º | 0.89% | 0.67% | - |
| XYZ | 16.94 | 9.09 | 1.43 | - |
| YUV | 64.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 18 | 0 | 0.88 | 0.89 | 0.33 | 0.79 | 0.81 | 0.37 |
| Hex | AA | 14 | 12 | 0 | 58 | 59 | 21 | 1 | 51 | 25 |
| Octal | 252 | 24 | 22 | 0 | 130 | 131 | 41 | 1 | 121 | 45 |
| Binary | 10101010 | 10100 | 10010 | 0 | 1011000 | 1011001 | 100001 | 1 | 1010001 | 100101 |
Color Harmonies of #AA1412
Complementary color
Monochromatic Colors of #AA1412
Black with #AA1412
Text Example
Text Example
White with #AA1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1412; }
p { color: rgb(170,20,18); }
H1.HeaderClassName
{
color: #AA1412;
}
.AnyTagClassName
{
color: #AA1412;
}
</style>
background-color css
<style>
a { background-color: #AA1412; }
a { background-color: rgb(170,20,18); }
div.DivClassName
{
background-color: #AA1412;
}
.BgClassName
{
background-color: #AA1412;
}
</style>
border-color css
<style>
span { border-color: #AA1412; }
span { border-color: rgb(170,20,18); }
td.TdClassName
{
border-color: #AA1412;
}
.TagClassName
{
border-color: #AA1412;
}
</style>