Shades of Fire Brick #AA2205
Tints of Fire Brick #AA2205
RGB
CMYK
RGB Variations
Color information
#AA2205 (or 0xAA2205) is known color: Fire Brick. HEX triplet: AA, 22 and 05. RGB value is (170,34,5). Sum of RGB (Red+Green+Blue) = 170+34+5=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2205 is #55DDFA. Grayscale: #474747. Windows color (decimal): -5627387 or 336554. OLE color: 336554.
HSL color Cylindrical-coordinate representation of color #AA2205: hue angle of 10.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA2205 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.33 |
| HSL | 10.55º | 0.94% | 0.34% | - |
| HSV(B) | 10.55º | 0.97% | 0.67% | - |
| XYZ | 17.18 | 9.7 | 1.11 | - |
| YUV | 71.36 | 90.56 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 5 | 0 | 0.80 | 0.97 | 0.33 | 10.55 | 0.94 | 0.34 |
| Hex | AA | 22 | 5 | 0 | 50 | 61 | 21 | B | 5E | 22 |
| Octal | 252 | 42 | 5 | 0 | 120 | 141 | 41 | 13 | 136 | 42 |
| Binary | 10101010 | 100010 | 101 | 0 | 1010000 | 1100001 | 100001 | 1011 | 1011110 | 100010 |
Color Harmonies of #AA2205
Complementary color
Monochromatic Colors of #AA2205
Black with #AA2205
Text Example
Text Example
White with #AA2205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2205; }
p { color: rgb(170,34,5); }
H1.HeaderClassName
{
color: #AA2205;
}
.AnyTagClassName
{
color: #AA2205;
}
</style>
background-color css
<style>
a { background-color: #AA2205; }
a { background-color: rgb(170,34,5); }
div.DivClassName
{
background-color: #AA2205;
}
.BgClassName
{
background-color: #AA2205;
}
</style>
border-color css
<style>
span { border-color: #AA2205; }
span { border-color: rgb(170,34,5); }
td.TdClassName
{
border-color: #AA2205;
}
.TagClassName
{
border-color: #AA2205;
}
</style>