Shades of Fire Brick #AA2913
Tints of Fire Brick #AA2913
RGB
CMYK
RGB Variations
Color information
#AA2913 (or 0xAA2913) is known color: Fire Brick. HEX triplet: AA, 29 and 13. RGB value is (170,41,19). Sum of RGB (Red+Green+Blue) = 170+41+19=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2913 is #55D6EC. Grayscale: #4D4D4D. Windows color (decimal): -5625581 or 1255850. OLE color: 1255850.
HSL color Cylindrical-coordinate representation of color #AA2913: hue angle of 8.74º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA2913 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 19 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.33 |
| HSL | 8.74º | 0.8% | 0.37% | - |
| HSV(B) | 8.74º | 0.89% | 0.67% | - |
| XYZ | 17.49 | 10.18 | 1.66 | - |
| YUV | 77.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 19 | 0 | 0.76 | 0.89 | 0.33 | 8.74 | 0.8 | 0.37 |
| Hex | AA | 29 | 13 | 0 | 4C | 59 | 21 | 9 | 50 | 25 |
| Octal | 252 | 51 | 23 | 0 | 114 | 131 | 41 | 11 | 120 | 45 |
| Binary | 10101010 | 101001 | 10011 | 0 | 1001100 | 1011001 | 100001 | 1001 | 1010000 | 100101 |
Color Harmonies of #AA2913
Complementary color
Monochromatic Colors of #AA2913
Black with #AA2913
Text Example
Text Example
White with #AA2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2913; }
p { color: rgb(170,41,19); }
H1.HeaderClassName
{
color: #AA2913;
}
.AnyTagClassName
{
color: #AA2913;
}
</style>
background-color css
<style>
a { background-color: #AA2913; }
a { background-color: rgb(170,41,19); }
div.DivClassName
{
background-color: #AA2913;
}
.BgClassName
{
background-color: #AA2913;
}
</style>
border-color css
<style>
span { border-color: #AA2913; }
span { border-color: rgb(170,41,19); }
td.TdClassName
{
border-color: #AA2913;
}
.TagClassName
{
border-color: #AA2913;
}
</style>