Shades of Fire Brick #AA1D0E
Tints of Fire Brick #AA1D0E
RGB
CMYK
RGB Variations
Color information
#AA1D0E (or 0xAA1D0E) is known color: Fire Brick. HEX triplet: AA, 1D and 0E. RGB value is (170,29,14). Sum of RGB (Red+Green+Blue) = 170+29+14=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D0E is #55E2F1. Grayscale: #454545. Windows color (decimal): -5628658 or 925098. OLE color: 925098.
HSL color Cylindrical-coordinate representation of color #AA1D0E: hue angle of 5.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA1D0E is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 14 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.33 |
| HSL | 5.77º | 0.85% | 0.36% | - |
| HSV(B) | 5.77º | 0.92% | 0.67% | - |
| XYZ | 17.1 | 9.46 | 1.34 | - |
| YUV | 69.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 14 | 0 | 0.83 | 0.92 | 0.33 | 5.77 | 0.85 | 0.36 |
| Hex | AA | 1D | E | 0 | 53 | 5C | 21 | 6 | 55 | 24 |
| Octal | 252 | 35 | 16 | 0 | 123 | 134 | 41 | 6 | 125 | 44 |
| Binary | 10101010 | 11101 | 1110 | 0 | 1010011 | 1011100 | 100001 | 110 | 1010101 | 100100 |
Color Harmonies of #AA1D0E
Complementary color
Monochromatic Colors of #AA1D0E
Black with #AA1D0E
Text Example
Text Example
White with #AA1D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D0E; }
p { color: rgb(170,29,14); }
H1.HeaderClassName
{
color: #AA1D0E;
}
.AnyTagClassName
{
color: #AA1D0E;
}
</style>
background-color css
<style>
a { background-color: #AA1D0E; }
a { background-color: rgb(170,29,14); }
div.DivClassName
{
background-color: #AA1D0E;
}
.BgClassName
{
background-color: #AA1D0E;
}
</style>
border-color css
<style>
span { border-color: #AA1D0E; }
span { border-color: rgb(170,29,14); }
td.TdClassName
{
border-color: #AA1D0E;
}
.TagClassName
{
border-color: #AA1D0E;
}
</style>