Shades of Fire Brick #AA2012
Tints of Fire Brick #AA2012
RGB
CMYK
RGB Variations
Color information
#AA2012 (or 0xAA2012) is known color: Fire Brick. HEX triplet: AA, 20 and 12. RGB value is (170,32,18). Sum of RGB (Red+Green+Blue) = 170+32+18=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2012 is #55DFED. Grayscale: #474747. Windows color (decimal): -5627886 or 1188010. OLE color: 1188010.
HSL color Cylindrical-coordinate representation of color #AA2012: hue angle of 5.53º 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 #AA2012 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 18 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.33 |
| HSL | 5.53º | 0.81% | 0.37% | - |
| HSV(B) | 5.53º | 0.89% | 0.67% | - |
| XYZ | 17.2 | 9.62 | 1.52 | - |
| YUV | 71.67 | 97.72 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 18 | 0 | 0.81 | 0.89 | 0.33 | 5.53 | 0.81 | 0.37 |
| Hex | AA | 20 | 12 | 0 | 51 | 59 | 21 | 6 | 51 | 25 |
| Octal | 252 | 40 | 22 | 0 | 121 | 131 | 41 | 6 | 121 | 45 |
| Binary | 10101010 | 100000 | 10010 | 0 | 1010001 | 1011001 | 100001 | 110 | 1010001 | 100101 |
Color Harmonies of #AA2012
Complementary color
Monochromatic Colors of #AA2012
Black with #AA2012
Text Example
Text Example
White with #AA2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2012; }
p { color: rgb(170,32,18); }
H1.HeaderClassName
{
color: #AA2012;
}
.AnyTagClassName
{
color: #AA2012;
}
</style>
background-color css
<style>
a { background-color: #AA2012; }
a { background-color: rgb(170,32,18); }
div.DivClassName
{
background-color: #AA2012;
}
.BgClassName
{
background-color: #AA2012;
}
</style>
border-color css
<style>
span { border-color: #AA2012; }
span { border-color: rgb(170,32,18); }
td.TdClassName
{
border-color: #AA2012;
}
.TagClassName
{
border-color: #AA2012;
}
</style>