Shades of Fire Brick #AA1818
Tints of Fire Brick #AA1818
RGB
CMYK
RGB Variations
Color information
#AA1818 (or 0xAA1818) is known color: Fire Brick. HEX triplet: AA, 18 and 18. RGB value is (170,24,24). Sum of RGB (Red+Green+Blue) = 170+24+24=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1818 is #55E7E7. Grayscale: #434343. Windows color (decimal): -5629928 or 1579178. OLE color: 1579178.
HSL color Cylindrical-coordinate representation of color #AA1818: hue angle of 0º 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 #AA1818 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 24 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.33 |
| HSL | 0º | 0.75% | 0.38% | - |
| HSV(B) | 0º | 0.86% | 0.67% | - |
| XYZ | 17.07 | 9.27 | 1.75 | - |
| YUV | 67.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 24 | 0 | 0.86 | 0.86 | 0.33 | 0 | 0.75 | 0.38 |
| Hex | AA | 18 | 18 | 0 | 56 | 56 | 21 | 0 | 4B | 26 |
| Octal | 252 | 30 | 30 | 0 | 126 | 126 | 41 | 0 | 113 | 46 |
| Binary | 10101010 | 11000 | 11000 | 0 | 1010110 | 1010110 | 100001 | 0 | 1001011 | 100110 |
Color Harmonies of #AA1818
Complementary color
Monochromatic Colors of #AA1818
Black with #AA1818
Text Example
Text Example
White with #AA1818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1818; }
p { color: rgb(170,24,24); }
H1.HeaderClassName
{
color: #AA1818;
}
.AnyTagClassName
{
color: #AA1818;
}
</style>
background-color css
<style>
a { background-color: #AA1818; }
a { background-color: rgb(170,24,24); }
div.DivClassName
{
background-color: #AA1818;
}
.BgClassName
{
background-color: #AA1818;
}
</style>
border-color css
<style>
span { border-color: #AA1818; }
span { border-color: rgb(170,24,24); }
td.TdClassName
{
border-color: #AA1818;
}
.TagClassName
{
border-color: #AA1818;
}
</style>