Shades of Fire Brick #AA1A16
Tints of Fire Brick #AA1A16
RGB
CMYK
RGB Variations
Color information
#AA1A16 (or 0xAA1A16) is known color: Fire Brick. HEX triplet: AA, 1A and 16. RGB value is (170,26,22). Sum of RGB (Red+Green+Blue) = 170+26+22=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A16 is #55E5E9. Grayscale: #444444. Windows color (decimal): -5629418 or 1448618. OLE color: 1448618.
HSL color Cylindrical-coordinate representation of color #AA1A16: hue angle of 1.62º 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 #AA1A16 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 22 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.33 |
| HSL | 1.62º | 0.77% | 0.38% | - |
| HSV(B) | 1.62º | 0.87% | 0.67% | - |
| XYZ | 17.09 | 9.34 | 1.66 | - |
| YUV | 68.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 22 | 0 | 0.85 | 0.87 | 0.33 | 1.62 | 0.77 | 0.38 |
| Hex | AA | 1A | 16 | 0 | 55 | 57 | 21 | 2 | 4D | 26 |
| Octal | 252 | 32 | 26 | 0 | 125 | 127 | 41 | 2 | 115 | 46 |
| Binary | 10101010 | 11010 | 10110 | 0 | 1010101 | 1010111 | 100001 | 10 | 1001101 | 100110 |
Color Harmonies of #AA1A16
Complementary color
Monochromatic Colors of #AA1A16
Black with #AA1A16
Text Example
Text Example
White with #AA1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A16; }
p { color: rgb(170,26,22); }
H1.HeaderClassName
{
color: #AA1A16;
}
.AnyTagClassName
{
color: #AA1A16;
}
</style>
background-color css
<style>
a { background-color: #AA1A16; }
a { background-color: rgb(170,26,22); }
div.DivClassName
{
background-color: #AA1A16;
}
.BgClassName
{
background-color: #AA1A16;
}
</style>
border-color css
<style>
span { border-color: #AA1A16; }
span { border-color: rgb(170,26,22); }
td.TdClassName
{
border-color: #AA1A16;
}
.TagClassName
{
border-color: #AA1A16;
}
</style>