Shades of Fire Brick #AA2011
Tints of Fire Brick #AA2011
RGB
CMYK
RGB Variations
Color information
#AA2011 (or 0xAA2011) is known color: Fire Brick. HEX triplet: AA, 20 and 11. RGB value is (170,32,17). Sum of RGB (Red+Green+Blue) = 170+32+17=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2011 is #55DFEE. Grayscale: #474747. Windows color (decimal): -5627887 or 1122474. OLE color: 1122474.
HSL color Cylindrical-coordinate representation of color #AA2011: hue angle of 5.88º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA2011 is Cyan = 0, Magento = 0.81, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 17 | - |
| CMYK | 0 | 0.81 | 0.9 | 0.33 |
| HSL | 5.88º | 0.82% | 0.37% | - |
| HSV(B) | 5.88º | 0.9% | 0.67% | - |
| XYZ | 17.2 | 9.62 | 1.48 | - |
| YUV | 71.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 17 | 0 | 0.81 | 0.9 | 0.33 | 5.88 | 0.82 | 0.37 |
| Hex | AA | 20 | 11 | 0 | 51 | 5A | 21 | 6 | 52 | 25 |
| Octal | 252 | 40 | 21 | 0 | 121 | 132 | 41 | 6 | 122 | 45 |
| Binary | 10101010 | 100000 | 10001 | 0 | 1010001 | 1011010 | 100001 | 110 | 1010010 | 100101 |
Color Harmonies of #AA2011
Complementary color
Monochromatic Colors of #AA2011
Black with #AA2011
Text Example
Text Example
White with #AA2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2011; }
p { color: rgb(170,32,17); }
H1.HeaderClassName
{
color: #AA2011;
}
.AnyTagClassName
{
color: #AA2011;
}
</style>
background-color css
<style>
a { background-color: #AA2011; }
a { background-color: rgb(170,32,17); }
div.DivClassName
{
background-color: #AA2011;
}
.BgClassName
{
background-color: #AA2011;
}
</style>
border-color css
<style>
span { border-color: #AA2011; }
span { border-color: rgb(170,32,17); }
td.TdClassName
{
border-color: #AA2011;
}
.TagClassName
{
border-color: #AA2011;
}
</style>