Shades of Fire Brick #AA2C11
Tints of Fire Brick #AA2C11
RGB
CMYK
RGB Variations
Color information
#AA2C11 (or 0xAA2C11) is known color: Fire Brick. HEX triplet: AA, 2C and 11. RGB value is (170,44,17). Sum of RGB (Red+Green+Blue) = 170+44+17=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2C11 is #55D3EE. Grayscale: #4E4E4E. Windows color (decimal): -5624815 or 1125546. OLE color: 1125546.
HSL color Cylindrical-coordinate representation of color #AA2C11: hue angle of 10.59º 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 #AA2C11 is Cyan = 0, Magento = 0.74, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 44 | 17 | - |
| CMYK | 0 | 0.74 | 0.9 | 0.33 |
| HSL | 10.59º | 0.82% | 0.37% | - |
| HSV(B) | 10.59º | 0.9% | 0.67% | - |
| XYZ | 17.58 | 10.39 | 1.61 | - |
| YUV | 78.6 | 93.24 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 17 | 0 | 0.74 | 0.9 | 0.33 | 10.59 | 0.82 | 0.37 |
| Hex | AA | 2C | 11 | 0 | 4A | 5A | 21 | B | 52 | 25 |
| Octal | 252 | 54 | 21 | 0 | 112 | 132 | 41 | 13 | 122 | 45 |
| Binary | 10101010 | 101100 | 10001 | 0 | 1001010 | 1011010 | 100001 | 1011 | 1010010 | 100101 |
Color Harmonies of #AA2C11
Complementary color
Monochromatic Colors of #AA2C11
Black with #AA2C11
Text Example
Text Example
White with #AA2C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2C11; }
p { color: rgb(170,44,17); }
H1.HeaderClassName
{
color: #AA2C11;
}
.AnyTagClassName
{
color: #AA2C11;
}
</style>
background-color css
<style>
a { background-color: #AA2C11; }
a { background-color: rgb(170,44,17); }
div.DivClassName
{
background-color: #AA2C11;
}
.BgClassName
{
background-color: #AA2C11;
}
</style>
border-color css
<style>
span { border-color: #AA2C11; }
span { border-color: rgb(170,44,17); }
td.TdClassName
{
border-color: #AA2C11;
}
.TagClassName
{
border-color: #AA2C11;
}
</style>