Shades of Fire Brick #AA1E16
Tints of Fire Brick #AA1E16
RGB
CMYK
RGB Variations
Color information
#AA1E16 (or 0xAA1E16) is known color: Fire Brick. HEX triplet: AA, 1E and 16. RGB value is (170,30,22). Sum of RGB (Red+Green+Blue) = 170+30+22=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E16 is #55E1E9. Grayscale: #474747. Windows color (decimal): -5628394 or 1449642. OLE color: 1449642.
HSL color Cylindrical-coordinate representation of color #AA1E16: hue angle of 3.24º 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 #AA1E16 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 22 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.33 |
| HSL | 3.24º | 0.77% | 0.38% | - |
| HSV(B) | 3.24º | 0.87% | 0.67% | - |
| XYZ | 17.19 | 9.53 | 1.69 | - |
| YUV | 70.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 22 | 0 | 0.82 | 0.87 | 0.33 | 3.24 | 0.77 | 0.38 |
| Hex | AA | 1E | 16 | 0 | 52 | 57 | 21 | 3 | 4D | 26 |
| Octal | 252 | 36 | 26 | 0 | 122 | 127 | 41 | 3 | 115 | 46 |
| Binary | 10101010 | 11110 | 10110 | 0 | 1010010 | 1010111 | 100001 | 11 | 1001101 | 100110 |
Color Harmonies of #AA1E16
Complementary color
Monochromatic Colors of #AA1E16
Black with #AA1E16
Text Example
Text Example
White with #AA1E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E16; }
p { color: rgb(170,30,22); }
H1.HeaderClassName
{
color: #AA1E16;
}
.AnyTagClassName
{
color: #AA1E16;
}
</style>
background-color css
<style>
a { background-color: #AA1E16; }
a { background-color: rgb(170,30,22); }
div.DivClassName
{
background-color: #AA1E16;
}
.BgClassName
{
background-color: #AA1E16;
}
</style>
border-color css
<style>
span { border-color: #AA1E16; }
span { border-color: rgb(170,30,22); }
td.TdClassName
{
border-color: #AA1E16;
}
.TagClassName
{
border-color: #AA1E16;
}
</style>