Shades of Fire Brick #AA2918
Tints of Fire Brick #AA2918
RGB
CMYK
RGB Variations
Color information
#AA2918 (or 0xAA2918) is known color: Fire Brick. HEX triplet: AA, 29 and 18. RGB value is (170,41,24). Sum of RGB (Red+Green+Blue) = 170+41+24=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2918 is #55D6E7. Grayscale: #4D4D4D. Windows color (decimal): -5625576 or 1583530. OLE color: 1583530.
HSL color Cylindrical-coordinate representation of color #AA2918: hue angle of 6.99º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA2918 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 24 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.33 |
| HSL | 6.99º | 0.75% | 0.38% | - |
| HSV(B) | 6.99º | 0.86% | 0.67% | - |
| XYZ | 17.54 | 10.2 | 1.91 | - |
| YUV | 77.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 24 | 0 | 0.76 | 0.86 | 0.33 | 6.99 | 0.75 | 0.38 |
| Hex | AA | 29 | 18 | 0 | 4C | 56 | 21 | 7 | 4B | 26 |
| Octal | 252 | 51 | 30 | 0 | 114 | 126 | 41 | 7 | 113 | 46 |
| Binary | 10101010 | 101001 | 11000 | 0 | 1001100 | 1010110 | 100001 | 111 | 1001011 | 100110 |
Color Harmonies of #AA2918
Complementary color
Monochromatic Colors of #AA2918
Black with #AA2918
Text Example
Text Example
White with #AA2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2918; }
p { color: rgb(170,41,24); }
H1.HeaderClassName
{
color: #AA2918;
}
.AnyTagClassName
{
color: #AA2918;
}
</style>
background-color css
<style>
a { background-color: #AA2918; }
a { background-color: rgb(170,41,24); }
div.DivClassName
{
background-color: #AA2918;
}
.BgClassName
{
background-color: #AA2918;
}
</style>
border-color css
<style>
span { border-color: #AA2918; }
span { border-color: rgb(170,41,24); }
td.TdClassName
{
border-color: #AA2918;
}
.TagClassName
{
border-color: #AA2918;
}
</style>