Shades of Fire Brick #AA2016
Tints of Fire Brick #AA2016
RGB
CMYK
RGB Variations
Color information
#AA2016 (or 0xAA2016) is known color: Fire Brick. HEX triplet: AA, 20 and 16. RGB value is (170,32,22). Sum of RGB (Red+Green+Blue) = 170+32+22=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2016 is #55DFE9. Grayscale: #484848. Windows color (decimal): -5627882 or 1450154. OLE color: 1450154.
HSL color Cylindrical-coordinate representation of color #AA2016: hue angle of 4.05º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA2016 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 22 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.33 |
| HSL | 4.05º | 0.77% | 0.38% | - |
| HSV(B) | 4.05º | 0.87% | 0.67% | - |
| XYZ | 17.24 | 9.64 | 1.71 | - |
| YUV | 72.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 22 | 0 | 0.81 | 0.87 | 0.33 | 4.05 | 0.77 | 0.38 |
| Hex | AA | 20 | 16 | 0 | 51 | 57 | 21 | 4 | 4D | 26 |
| Octal | 252 | 40 | 26 | 0 | 121 | 127 | 41 | 4 | 115 | 46 |
| Binary | 10101010 | 100000 | 10110 | 0 | 1010001 | 1010111 | 100001 | 100 | 1001101 | 100110 |
Color Harmonies of #AA2016
Complementary color
Monochromatic Colors of #AA2016
Black with #AA2016
Text Example
Text Example
White with #AA2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2016; }
p { color: rgb(170,32,22); }
H1.HeaderClassName
{
color: #AA2016;
}
.AnyTagClassName
{
color: #AA2016;
}
</style>
background-color css
<style>
a { background-color: #AA2016; }
a { background-color: rgb(170,32,22); }
div.DivClassName
{
background-color: #AA2016;
}
.BgClassName
{
background-color: #AA2016;
}
</style>
border-color css
<style>
span { border-color: #AA2016; }
span { border-color: rgb(170,32,22); }
td.TdClassName
{
border-color: #AA2016;
}
.TagClassName
{
border-color: #AA2016;
}
</style>