Shades of Fire Brick #AA211E
Tints of Fire Brick #AA211E
RGB
CMYK
RGB Variations
Color information
#AA211E (or 0xAA211E) is known color: Fire Brick. HEX triplet: AA, 21 and 1E. RGB value is (170,33,30). Sum of RGB (Red+Green+Blue) = 170+33+30=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA211E is #55DEE1. Grayscale: #494949. Windows color (decimal): -5627618 or 1974698. OLE color: 1974698.
HSL color Cylindrical-coordinate representation of color #AA211E: hue angle of 1.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA211E is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 30 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.33 |
| HSL | 1.29º | 0.7% | 0.39% | - |
| HSV(B) | 1.29º | 0.82% | 0.67% | - |
| XYZ | 17.36 | 9.73 | 2.19 | - |
| YUV | 73.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 30 | 0 | 0.81 | 0.82 | 0.33 | 1.29 | 0.7 | 0.39 |
| Hex | AA | 21 | 1E | 0 | 51 | 52 | 21 | 1 | 46 | 27 |
| Octal | 252 | 41 | 36 | 0 | 121 | 122 | 41 | 1 | 106 | 47 |
| Binary | 10101010 | 100001 | 11110 | 0 | 1010001 | 1010010 | 100001 | 1 | 1000110 | 100111 |
Color Harmonies of #AA211E
Complementary color
Monochromatic Colors of #AA211E
Black with #AA211E
Text Example
Text Example
White with #AA211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA211E; }
p { color: rgb(170,33,30); }
H1.HeaderClassName
{
color: #AA211E;
}
.AnyTagClassName
{
color: #AA211E;
}
</style>
background-color css
<style>
a { background-color: #AA211E; }
a { background-color: rgb(170,33,30); }
div.DivClassName
{
background-color: #AA211E;
}
.BgClassName
{
background-color: #AA211E;
}
</style>
border-color css
<style>
span { border-color: #AA211E; }
span { border-color: rgb(170,33,30); }
td.TdClassName
{
border-color: #AA211E;
}
.TagClassName
{
border-color: #AA211E;
}
</style>