Shades of Fire Brick #AA1D0A
Tints of Fire Brick #AA1D0A
RGB
CMYK
RGB Variations
Color information
#AA1D0A (or 0xAA1D0A) is known color: Fire Brick. HEX triplet: AA, 1D and 0A. RGB value is (170,29,10). Sum of RGB (Red+Green+Blue) = 170+29+10=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D0A is #55E2F5. Grayscale: #454545. Windows color (decimal): -5628662 or 662954. OLE color: 662954.
HSL color Cylindrical-coordinate representation of color #AA1D0A: hue angle of 7.12º 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 #AA1D0A is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 10 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.33 |
| HSL | 7.13º | 0.89% | 0.35% | - |
| HSV(B) | 7.13º | 0.94% | 0.67% | - |
| XYZ | 17.07 | 9.45 | 1.21 | - |
| YUV | 68.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 10 | 0 | 0.83 | 0.94 | 0.33 | 7.13 | 0.89 | 0.35 |
| Hex | AA | 1D | A | 0 | 53 | 5E | 21 | 7 | 59 | 23 |
| Octal | 252 | 35 | 12 | 0 | 123 | 136 | 41 | 7 | 131 | 43 |
| Binary | 10101010 | 11101 | 1010 | 0 | 1010011 | 1011110 | 100001 | 111 | 1011001 | 100011 |
Color Harmonies of #AA1D0A
Complementary color
Monochromatic Colors of #AA1D0A
Black with #AA1D0A
Text Example
Text Example
White with #AA1D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D0A; }
p { color: rgb(170,29,10); }
H1.HeaderClassName
{
color: #AA1D0A;
}
.AnyTagClassName
{
color: #AA1D0A;
}
</style>
background-color css
<style>
a { background-color: #AA1D0A; }
a { background-color: rgb(170,29,10); }
div.DivClassName
{
background-color: #AA1D0A;
}
.BgClassName
{
background-color: #AA1D0A;
}
</style>
border-color css
<style>
span { border-color: #AA1D0A; }
span { border-color: rgb(170,29,10); }
td.TdClassName
{
border-color: #AA1D0A;
}
.TagClassName
{
border-color: #AA1D0A;
}
</style>