Shades of Fire Brick #AA1E0A
Tints of Fire Brick #AA1E0A
RGB
CMYK
RGB Variations
Color information
#AA1E0A (or 0xAA1E0A) is known color: Fire Brick. HEX triplet: AA, 1E and 0A. RGB value is (170,30,10). Sum of RGB (Red+Green+Blue) = 170+30+10=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E0A is #55E1F5. Grayscale: #454545. Windows color (decimal): -5628406 or 663210. OLE color: 663210.
HSL color Cylindrical-coordinate representation of color #AA1E0A: hue angle of 7.5º 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 #AA1E0A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.33 |
| HSL | 7.5º | 0.89% | 0.35% | - |
| HSV(B) | 7.5º | 0.94% | 0.67% | - |
| XYZ | 17.1 | 9.5 | 1.22 | - |
| YUV | 69.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 10 | 0 | 0.82 | 0.94 | 0.33 | 7.5 | 0.89 | 0.35 |
| Hex | AA | 1E | A | 0 | 52 | 5E | 21 | 8 | 59 | 23 |
| Octal | 252 | 36 | 12 | 0 | 122 | 136 | 41 | 10 | 131 | 43 |
| Binary | 10101010 | 11110 | 1010 | 0 | 1010010 | 1011110 | 100001 | 1000 | 1011001 | 100011 |
Color Harmonies of #AA1E0A
Complementary color
Monochromatic Colors of #AA1E0A
Black with #AA1E0A
Text Example
Text Example
White with #AA1E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E0A; }
p { color: rgb(170,30,10); }
H1.HeaderClassName
{
color: #AA1E0A;
}
.AnyTagClassName
{
color: #AA1E0A;
}
</style>
background-color css
<style>
a { background-color: #AA1E0A; }
a { background-color: rgb(170,30,10); }
div.DivClassName
{
background-color: #AA1E0A;
}
.BgClassName
{
background-color: #AA1E0A;
}
</style>
border-color css
<style>
span { border-color: #AA1E0A; }
span { border-color: rgb(170,30,10); }
td.TdClassName
{
border-color: #AA1E0A;
}
.TagClassName
{
border-color: #AA1E0A;
}
</style>