Shades of Fire Brick #AA210F
Tints of Fire Brick #AA210F
RGB
CMYK
RGB Variations
Color information
#AA210F (or 0xAA210F) is known color: Fire Brick. HEX triplet: AA, 21 and 0F. RGB value is (170,33,15). Sum of RGB (Red+Green+Blue) = 170+33+15=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA210F is #55DEF0. Grayscale: #484848. Windows color (decimal): -5627633 or 991658. OLE color: 991658.
HSL color Cylindrical-coordinate representation of color #AA210F: hue angle of 6.97º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA210F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 15 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.33 |
| HSL | 6.97º | 0.84% | 0.36% | - |
| HSV(B) | 6.97º | 0.91% | 0.67% | - |
| XYZ | 17.21 | 9.67 | 1.41 | - |
| YUV | 71.91 | 95.89 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 15 | 0 | 0.81 | 0.91 | 0.33 | 6.97 | 0.84 | 0.36 |
| Hex | AA | 21 | F | 0 | 51 | 5B | 21 | 7 | 54 | 24 |
| Octal | 252 | 41 | 17 | 0 | 121 | 133 | 41 | 7 | 124 | 44 |
| Binary | 10101010 | 100001 | 1111 | 0 | 1010001 | 1011011 | 100001 | 111 | 1010100 | 100100 |
Color Harmonies of #AA210F
Complementary color
Monochromatic Colors of #AA210F
Black with #AA210F
Text Example
Text Example
White with #AA210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA210F; }
p { color: rgb(170,33,15); }
H1.HeaderClassName
{
color: #AA210F;
}
.AnyTagClassName
{
color: #AA210F;
}
</style>
background-color css
<style>
a { background-color: #AA210F; }
a { background-color: rgb(170,33,15); }
div.DivClassName
{
background-color: #AA210F;
}
.BgClassName
{
background-color: #AA210F;
}
</style>
border-color css
<style>
span { border-color: #AA210F; }
span { border-color: rgb(170,33,15); }
td.TdClassName
{
border-color: #AA210F;
}
.TagClassName
{
border-color: #AA210F;
}
</style>