Shades of Fire Brick #AA2210
Tints of Fire Brick #AA2210
RGB
CMYK
RGB Variations
Color information
#AA2210 (or 0xAA2210) is known color: Fire Brick. HEX triplet: AA, 22 and 10. RGB value is (170,34,16). Sum of RGB (Red+Green+Blue) = 170+34+16=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2210 is #55DDEF. Grayscale: #484848. Windows color (decimal): -5627376 or 1057450. OLE color: 1057450.
HSL color Cylindrical-coordinate representation of color #AA2210: hue angle of 7.01º degrees, saturation: 0.83, 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 #AA2210 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 16 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.33 |
| HSL | 7.01º | 0.83% | 0.36% | - |
| HSV(B) | 7.01º | 0.91% | 0.67% | - |
| XYZ | 17.24 | 9.73 | 1.46 | - |
| YUV | 72.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 16 | 0 | 0.80 | 0.91 | 0.33 | 7.01 | 0.83 | 0.36 |
| Hex | AA | 22 | 10 | 0 | 50 | 5B | 21 | 7 | 53 | 24 |
| Octal | 252 | 42 | 20 | 0 | 120 | 133 | 41 | 7 | 123 | 44 |
| Binary | 10101010 | 100010 | 10000 | 0 | 1010000 | 1011011 | 100001 | 111 | 1010011 | 100100 |
Color Harmonies of #AA2210
Complementary color
Monochromatic Colors of #AA2210
Black with #AA2210
Text Example
Text Example
White with #AA2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2210; }
p { color: rgb(170,34,16); }
H1.HeaderClassName
{
color: #AA2210;
}
.AnyTagClassName
{
color: #AA2210;
}
</style>
background-color css
<style>
a { background-color: #AA2210; }
a { background-color: rgb(170,34,16); }
div.DivClassName
{
background-color: #AA2210;
}
.BgClassName
{
background-color: #AA2210;
}
</style>
border-color css
<style>
span { border-color: #AA2210; }
span { border-color: rgb(170,34,16); }
td.TdClassName
{
border-color: #AA2210;
}
.TagClassName
{
border-color: #AA2210;
}
</style>