Shades of Fire Brick #AA1A0A
Tints of Fire Brick #AA1A0A
RGB
CMYK
RGB Variations
Color information
#AA1A0A (or 0xAA1A0A) is known color: Fire Brick. HEX triplet: AA, 1A and 0A. RGB value is (170,26,10). Sum of RGB (Red+Green+Blue) = 170+26+10=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A0A is #55E5F5. Grayscale: #434343. Windows color (decimal): -5629430 or 662186. OLE color: 662186.
HSL color Cylindrical-coordinate representation of color #AA1A0A: hue angle of 6º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA1A0A is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 10 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.33 |
| HSL | 6º | 0.89% | 0.35% | - |
| HSV(B) | 6º | 0.94% | 0.67% | - |
| XYZ | 17 | 9.31 | 1.19 | - |
| YUV | 67.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 10 | 0 | 0.85 | 0.94 | 0.33 | 6 | 0.89 | 0.35 |
| Hex | AA | 1A | A | 0 | 55 | 5E | 21 | 6 | 59 | 23 |
| Octal | 252 | 32 | 12 | 0 | 125 | 136 | 41 | 6 | 131 | 43 |
| Binary | 10101010 | 11010 | 1010 | 0 | 1010101 | 1011110 | 100001 | 110 | 1011001 | 100011 |
Color Harmonies of #AA1A0A
Complementary color
Monochromatic Colors of #AA1A0A
Black with #AA1A0A
Text Example
Text Example
White with #AA1A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A0A; }
p { color: rgb(170,26,10); }
H1.HeaderClassName
{
color: #AA1A0A;
}
.AnyTagClassName
{
color: #AA1A0A;
}
</style>
background-color css
<style>
a { background-color: #AA1A0A; }
a { background-color: rgb(170,26,10); }
div.DivClassName
{
background-color: #AA1A0A;
}
.BgClassName
{
background-color: #AA1A0A;
}
</style>
border-color css
<style>
span { border-color: #AA1A0A; }
span { border-color: rgb(170,26,10); }
td.TdClassName
{
border-color: #AA1A0A;
}
.TagClassName
{
border-color: #AA1A0A;
}
</style>