Shades of Fire Brick #AA2911
Tints of Fire Brick #AA2911
RGB
CMYK
RGB Variations
Color information
#AA2911 (or 0xAA2911) is known color: Fire Brick. HEX triplet: AA, 29 and 11. RGB value is (170,41,17). Sum of RGB (Red+Green+Blue) = 170+41+17=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2911 is #55D6EE. Grayscale: #4D4D4D. Windows color (decimal): -5625583 or 1124778. OLE color: 1124778.
HSL color Cylindrical-coordinate representation of color #AA2911: hue angle of 9.41º 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 #AA2911 is Cyan = 0, Magento = 0.76, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 17 | - |
| CMYK | 0 | 0.76 | 0.9 | 0.33 |
| HSL | 9.41º | 0.82% | 0.37% | - |
| HSV(B) | 9.41º | 0.9% | 0.67% | - |
| XYZ | 17.47 | 10.17 | 1.57 | - |
| YUV | 76.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 17 | 0 | 0.76 | 0.9 | 0.33 | 9.41 | 0.82 | 0.37 |
| Hex | AA | 29 | 11 | 0 | 4C | 5A | 21 | 9 | 52 | 25 |
| Octal | 252 | 51 | 21 | 0 | 114 | 132 | 41 | 11 | 122 | 45 |
| Binary | 10101010 | 101001 | 10001 | 0 | 1001100 | 1011010 | 100001 | 1001 | 1010010 | 100101 |
Color Harmonies of #AA2911
Complementary color
Monochromatic Colors of #AA2911
Black with #AA2911
Text Example
Text Example
White with #AA2911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2911; }
p { color: rgb(170,41,17); }
H1.HeaderClassName
{
color: #AA2911;
}
.AnyTagClassName
{
color: #AA2911;
}
</style>
background-color css
<style>
a { background-color: #AA2911; }
a { background-color: rgb(170,41,17); }
div.DivClassName
{
background-color: #AA2911;
}
.BgClassName
{
background-color: #AA2911;
}
</style>
border-color css
<style>
span { border-color: #AA2911; }
span { border-color: rgb(170,41,17); }
td.TdClassName
{
border-color: #AA2911;
}
.TagClassName
{
border-color: #AA2911;
}
</style>