Shades of Fire Brick #AA220E
Tints of Fire Brick #AA220E
RGB
CMYK
RGB Variations
Color information
#AA220E (or 0xAA220E) is known color: Fire Brick. HEX triplet: AA, 22 and 0E. RGB value is (170,34,14). Sum of RGB (Red+Green+Blue) = 170+34+14=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA220E is #55DDF1. Grayscale: #484848. Windows color (decimal): -5627378 or 926378. OLE color: 926378.
HSL color Cylindrical-coordinate representation of color #AA220E: hue angle of 7.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA220E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 14 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.33 |
| HSL | 7.69º | 0.85% | 0.36% | - |
| HSV(B) | 7.69º | 0.92% | 0.67% | - |
| XYZ | 17.23 | 9.72 | 1.38 | - |
| YUV | 72.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 14 | 0 | 0.80 | 0.92 | 0.33 | 7.69 | 0.85 | 0.36 |
| Hex | AA | 22 | E | 0 | 50 | 5C | 21 | 8 | 55 | 24 |
| Octal | 252 | 42 | 16 | 0 | 120 | 134 | 41 | 10 | 125 | 44 |
| Binary | 10101010 | 100010 | 1110 | 0 | 1010000 | 1011100 | 100001 | 1000 | 1010101 | 100100 |
Color Harmonies of #AA220E
Complementary color
Monochromatic Colors of #AA220E
Black with #AA220E
Text Example
Text Example
White with #AA220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA220E; }
p { color: rgb(170,34,14); }
H1.HeaderClassName
{
color: #AA220E;
}
.AnyTagClassName
{
color: #AA220E;
}
</style>
background-color css
<style>
a { background-color: #AA220E; }
a { background-color: rgb(170,34,14); }
div.DivClassName
{
background-color: #AA220E;
}
.BgClassName
{
background-color: #AA220E;
}
</style>
border-color css
<style>
span { border-color: #AA220E; }
span { border-color: rgb(170,34,14); }
td.TdClassName
{
border-color: #AA220E;
}
.TagClassName
{
border-color: #AA220E;
}
</style>