Shades of Fire Brick #AA1918
Tints of Fire Brick #AA1918
RGB
CMYK
RGB Variations
Color information
#AA1918 (or 0xAA1918) is known color: Fire Brick. HEX triplet: AA, 19 and 18. RGB value is (170,25,24). Sum of RGB (Red+Green+Blue) = 170+25+24=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1918 is #55E6E7. Grayscale: #444444. Windows color (decimal): -5629672 or 1579434. OLE color: 1579434.
HSL color Cylindrical-coordinate representation of color #AA1918: hue angle of 0.41º 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 #AA1918 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 24 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.33 |
| HSL | 0.41º | 0.75% | 0.38% | - |
| HSV(B) | 0.41º | 0.86% | 0.67% | - |
| XYZ | 17.09 | 9.31 | 1.76 | - |
| YUV | 68.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 24 | 0 | 0.85 | 0.86 | 0.33 | 0.41 | 0.75 | 0.38 |
| Hex | AA | 19 | 18 | 0 | 55 | 56 | 21 | 0 | 4B | 26 |
| Octal | 252 | 31 | 30 | 0 | 125 | 126 | 41 | 0 | 113 | 46 |
| Binary | 10101010 | 11001 | 11000 | 0 | 1010101 | 1010110 | 100001 | 0 | 1001011 | 100110 |
Color Harmonies of #AA1918
Complementary color
Monochromatic Colors of #AA1918
Black with #AA1918
Text Example
Text Example
White with #AA1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1918; }
p { color: rgb(170,25,24); }
H1.HeaderClassName
{
color: #AA1918;
}
.AnyTagClassName
{
color: #AA1918;
}
</style>
background-color css
<style>
a { background-color: #AA1918; }
a { background-color: rgb(170,25,24); }
div.DivClassName
{
background-color: #AA1918;
}
.BgClassName
{
background-color: #AA1918;
}
</style>
border-color css
<style>
span { border-color: #AA1918; }
span { border-color: rgb(170,25,24); }
td.TdClassName
{
border-color: #AA1918;
}
.TagClassName
{
border-color: #AA1918;
}
</style>