Shades of Fire Brick #AA210C
Tints of Fire Brick #AA210C
RGB
CMYK
RGB Variations
Color information
#AA210C (or 0xAA210C) is known color: Fire Brick. HEX triplet: AA, 21 and 0C. RGB value is (170,33,12). Sum of RGB (Red+Green+Blue) = 170+33+12=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA210C is #55DEF3. Grayscale: #474747. Windows color (decimal): -5627636 or 795050. OLE color: 795050.
HSL color Cylindrical-coordinate representation of color #AA210C: hue angle of 7.97º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA210C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.33 |
| HSL | 7.97º | 0.87% | 0.36% | - |
| HSV(B) | 7.97º | 0.93% | 0.67% | - |
| XYZ | 17.19 | 9.66 | 1.31 | - |
| YUV | 71.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 12 | 0 | 0.81 | 0.93 | 0.33 | 7.97 | 0.87 | 0.36 |
| Hex | AA | 21 | C | 0 | 51 | 5D | 21 | 8 | 57 | 24 |
| Octal | 252 | 41 | 14 | 0 | 121 | 135 | 41 | 10 | 127 | 44 |
| Binary | 10101010 | 100001 | 1100 | 0 | 1010001 | 1011101 | 100001 | 1000 | 1010111 | 100100 |
Color Harmonies of #AA210C
Complementary color
Monochromatic Colors of #AA210C
Black with #AA210C
Text Example
Text Example
White with #AA210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA210C; }
p { color: rgb(170,33,12); }
H1.HeaderClassName
{
color: #AA210C;
}
.AnyTagClassName
{
color: #AA210C;
}
</style>
background-color css
<style>
a { background-color: #AA210C; }
a { background-color: rgb(170,33,12); }
div.DivClassName
{
background-color: #AA210C;
}
.BgClassName
{
background-color: #AA210C;
}
</style>
border-color css
<style>
span { border-color: #AA210C; }
span { border-color: rgb(170,33,12); }
td.TdClassName
{
border-color: #AA210C;
}
.TagClassName
{
border-color: #AA210C;
}
</style>