Shades of Fire Brick #AA2121
Tints of Fire Brick #AA2121
RGB
CMYK
RGB Variations
Color information
#AA2121 (or 0xAA2121) is known color: Fire Brick. HEX triplet: AA, 21 and 21. RGB value is (170,33,33). Sum of RGB (Red+Green+Blue) = 170+33+33=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2121 is #55DEDE. Grayscale: #4A4A4A. Windows color (decimal): -5627615 or 2171306. OLE color: 2171306.
HSL color Cylindrical-coordinate representation of color #AA2121: hue angle of 0º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2121 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 33 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.33 |
| HSL | 0º | 0.67% | 0.4% | - |
| HSV(B) | 0º | 0.81% | 0.67% | - |
| XYZ | 17.4 | 9.74 | 2.4 | - |
| YUV | 73.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 33 | 0 | 0.81 | 0.81 | 0.33 | 0 | 0.67 | 0.4 |
| Hex | AA | 21 | 21 | 0 | 51 | 51 | 21 | 0 | 43 | 28 |
| Octal | 252 | 41 | 41 | 0 | 121 | 121 | 41 | 0 | 103 | 50 |
| Binary | 10101010 | 100001 | 100001 | 0 | 1010001 | 1010001 | 100001 | 0 | 1000011 | 101000 |
Color Harmonies of #AA2121
Complementary color
Monochromatic Colors of #AA2121
Black with #AA2121
Text Example
Text Example
White with #AA2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2121; }
p { color: rgb(170,33,33); }
H1.HeaderClassName
{
color: #AA2121;
}
.AnyTagClassName
{
color: #AA2121;
}
</style>
background-color css
<style>
a { background-color: #AA2121; }
a { background-color: rgb(170,33,33); }
div.DivClassName
{
background-color: #AA2121;
}
.BgClassName
{
background-color: #AA2121;
}
</style>
border-color css
<style>
span { border-color: #AA2121; }
span { border-color: rgb(170,33,33); }
td.TdClassName
{
border-color: #AA2121;
}
.TagClassName
{
border-color: #AA2121;
}
</style>