Shades of Fire Brick #AA210A
Tints of Fire Brick #AA210A
RGB
CMYK
RGB Variations
Color information
#AA210A (or 0xAA210A) is known color: Fire Brick. HEX triplet: AA, 21 and 0A. RGB value is (170,33,10). Sum of RGB (Red+Green+Blue) = 170+33+10=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA210A is #55DEF5. Grayscale: #474747. Windows color (decimal): -5627638 or 663978. OLE color: 663978.
HSL color Cylindrical-coordinate representation of color #AA210A: hue angle of 8.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA210A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 10 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.33 |
| HSL | 8.63º | 0.89% | 0.35% | - |
| HSV(B) | 8.63º | 0.94% | 0.67% | - |
| XYZ | 17.18 | 9.66 | 1.25 | - |
| YUV | 71.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 10 | 0 | 0.81 | 0.94 | 0.33 | 8.63 | 0.89 | 0.35 |
| Hex | AA | 21 | A | 0 | 51 | 5E | 21 | 9 | 59 | 23 |
| Octal | 252 | 41 | 12 | 0 | 121 | 136 | 41 | 11 | 131 | 43 |
| Binary | 10101010 | 100001 | 1010 | 0 | 1010001 | 1011110 | 100001 | 1001 | 1011001 | 100011 |
Color Harmonies of #AA210A
Complementary color
Monochromatic Colors of #AA210A
Black with #AA210A
Text Example
Text Example
White with #AA210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA210A; }
p { color: rgb(170,33,10); }
H1.HeaderClassName
{
color: #AA210A;
}
.AnyTagClassName
{
color: #AA210A;
}
</style>
background-color css
<style>
a { background-color: #AA210A; }
a { background-color: rgb(170,33,10); }
div.DivClassName
{
background-color: #AA210A;
}
.BgClassName
{
background-color: #AA210A;
}
</style>
border-color css
<style>
span { border-color: #AA210A; }
span { border-color: rgb(170,33,10); }
td.TdClassName
{
border-color: #AA210A;
}
.TagClassName
{
border-color: #AA210A;
}
</style>