Shades of Fire Brick #AA2212
Tints of Fire Brick #AA2212
RGB
CMYK
RGB Variations
Color information
#AA2212 (or 0xAA2212) is known color: Fire Brick. HEX triplet: AA, 22 and 12. RGB value is (170,34,18). Sum of RGB (Red+Green+Blue) = 170+34+18=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2212 is #55DDED. Grayscale: #494949. Windows color (decimal): -5627374 or 1188522. OLE color: 1188522.
HSL color Cylindrical-coordinate representation of color #AA2212: hue angle of 6.32º 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 #AA2212 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 18 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.33 |
| HSL | 6.32º | 0.81% | 0.37% | - |
| HSV(B) | 6.32º | 0.89% | 0.67% | - |
| XYZ | 17.26 | 9.73 | 1.54 | - |
| YUV | 72.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 18 | 0 | 0.80 | 0.89 | 0.33 | 6.32 | 0.81 | 0.37 |
| Hex | AA | 22 | 12 | 0 | 50 | 59 | 21 | 6 | 51 | 25 |
| Octal | 252 | 42 | 22 | 0 | 120 | 131 | 41 | 6 | 121 | 45 |
| Binary | 10101010 | 100010 | 10010 | 0 | 1010000 | 1011001 | 100001 | 110 | 1010001 | 100101 |
Color Harmonies of #AA2212
Complementary color
Monochromatic Colors of #AA2212
Black with #AA2212
Text Example
Text Example
White with #AA2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2212; }
p { color: rgb(170,34,18); }
H1.HeaderClassName
{
color: #AA2212;
}
.AnyTagClassName
{
color: #AA2212;
}
</style>
background-color css
<style>
a { background-color: #AA2212; }
a { background-color: rgb(170,34,18); }
div.DivClassName
{
background-color: #AA2212;
}
.BgClassName
{
background-color: #AA2212;
}
</style>
border-color css
<style>
span { border-color: #AA2212; }
span { border-color: rgb(170,34,18); }
td.TdClassName
{
border-color: #AA2212;
}
.TagClassName
{
border-color: #AA2212;
}
</style>