Shades of Fire Brick #AA220F
Tints of Fire Brick #AA220F
RGB
CMYK
RGB Variations
Color information
#AA220F (or 0xAA220F) is known color: Fire Brick. HEX triplet: AA, 22 and 0F. RGB value is (170,34,15). Sum of RGB (Red+Green+Blue) = 170+34+15=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA220F is #55DDF0. Grayscale: #484848. Windows color (decimal): -5627377 or 991914. OLE color: 991914.
HSL color Cylindrical-coordinate representation of color #AA220F: hue angle of 7.35º 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 #AA220F is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 15 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.33 |
| HSL | 7.35º | 0.84% | 0.36% | - |
| HSV(B) | 7.35º | 0.91% | 0.67% | - |
| XYZ | 17.24 | 9.72 | 1.42 | - |
| YUV | 72.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 15 | 0 | 0.80 | 0.91 | 0.33 | 7.35 | 0.84 | 0.36 |
| Hex | AA | 22 | F | 0 | 50 | 5B | 21 | 7 | 54 | 24 |
| Octal | 252 | 42 | 17 | 0 | 120 | 133 | 41 | 7 | 124 | 44 |
| Binary | 10101010 | 100010 | 1111 | 0 | 1010000 | 1011011 | 100001 | 111 | 1010100 | 100100 |
Color Harmonies of #AA220F
Complementary color
Monochromatic Colors of #AA220F
Black with #AA220F
Text Example
Text Example
White with #AA220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA220F; }
p { color: rgb(170,34,15); }
H1.HeaderClassName
{
color: #AA220F;
}
.AnyTagClassName
{
color: #AA220F;
}
</style>
background-color css
<style>
a { background-color: #AA220F; }
a { background-color: rgb(170,34,15); }
div.DivClassName
{
background-color: #AA220F;
}
.BgClassName
{
background-color: #AA220F;
}
</style>
border-color css
<style>
span { border-color: #AA220F; }
span { border-color: rgb(170,34,15); }
td.TdClassName
{
border-color: #AA220F;
}
.TagClassName
{
border-color: #AA220F;
}
</style>