Shades of Fire Brick #AA2206
Tints of Fire Brick #AA2206
RGB
CMYK
RGB Variations
Color information
#AA2206 (or 0xAA2206) is known color: Fire Brick. HEX triplet: AA, 22 and 06. RGB value is (170,34,6). Sum of RGB (Red+Green+Blue) = 170+34+6=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2206 is #55DDF9. Grayscale: #474747. Windows color (decimal): -5627386 or 402090. OLE color: 402090.
HSL color Cylindrical-coordinate representation of color #AA2206: hue angle of 10.24º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA2206 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 6 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.33 |
| HSL | 10.24º | 0.93% | 0.35% | - |
| HSV(B) | 10.24º | 0.96% | 0.67% | - |
| XYZ | 17.18 | 9.7 | 1.14 | - |
| YUV | 71.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 6 | 0 | 0.80 | 0.96 | 0.33 | 10.24 | 0.93 | 0.35 |
| Hex | AA | 22 | 6 | 0 | 50 | 60 | 21 | A | 5D | 23 |
| Octal | 252 | 42 | 6 | 0 | 120 | 140 | 41 | 12 | 135 | 43 |
| Binary | 10101010 | 100010 | 110 | 0 | 1010000 | 1100000 | 100001 | 1010 | 1011101 | 100011 |
Color Harmonies of #AA2206
Complementary color
Monochromatic Colors of #AA2206
Black with #AA2206
Text Example
Text Example
White with #AA2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2206; }
p { color: rgb(170,34,6); }
H1.HeaderClassName
{
color: #AA2206;
}
.AnyTagClassName
{
color: #AA2206;
}
</style>
background-color css
<style>
a { background-color: #AA2206; }
a { background-color: rgb(170,34,6); }
div.DivClassName
{
background-color: #AA2206;
}
.BgClassName
{
background-color: #AA2206;
}
</style>
border-color css
<style>
span { border-color: #AA2206; }
span { border-color: rgb(170,34,6); }
td.TdClassName
{
border-color: #AA2206;
}
.TagClassName
{
border-color: #AA2206;
}
</style>