Shades of Fire Brick #AA2118
Tints of Fire Brick #AA2118
RGB
CMYK
RGB Variations
Color information
#AA2118 (or 0xAA2118) is known color: Fire Brick. HEX triplet: AA, 21 and 18. RGB value is (170,33,24). Sum of RGB (Red+Green+Blue) = 170+33+24=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2118 is #55DEE7. Grayscale: #494949. Windows color (decimal): -5627624 or 1581482. OLE color: 1581482.
HSL color Cylindrical-coordinate representation of color #AA2118: hue angle of 3.7º 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 #AA2118 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 24 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.33 |
| HSL | 3.7º | 0.75% | 0.38% | - |
| HSV(B) | 3.7º | 0.86% | 0.67% | - |
| XYZ | 17.29 | 9.7 | 1.83 | - |
| YUV | 72.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 24 | 0 | 0.81 | 0.86 | 0.33 | 3.7 | 0.75 | 0.38 |
| Hex | AA | 21 | 18 | 0 | 51 | 56 | 21 | 4 | 4B | 26 |
| Octal | 252 | 41 | 30 | 0 | 121 | 126 | 41 | 4 | 113 | 46 |
| Binary | 10101010 | 100001 | 11000 | 0 | 1010001 | 1010110 | 100001 | 100 | 1001011 | 100110 |
Color Harmonies of #AA2118
Complementary color
Monochromatic Colors of #AA2118
Black with #AA2118
Text Example
Text Example
White with #AA2118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2118; }
p { color: rgb(170,33,24); }
H1.HeaderClassName
{
color: #AA2118;
}
.AnyTagClassName
{
color: #AA2118;
}
</style>
background-color css
<style>
a { background-color: #AA2118; }
a { background-color: rgb(170,33,24); }
div.DivClassName
{
background-color: #AA2118;
}
.BgClassName
{
background-color: #AA2118;
}
</style>
border-color css
<style>
span { border-color: #AA2118; }
span { border-color: rgb(170,33,24); }
td.TdClassName
{
border-color: #AA2118;
}
.TagClassName
{
border-color: #AA2118;
}
</style>