Shades of Fire Brick #AA1D11
Tints of Fire Brick #AA1D11
RGB
CMYK
RGB Variations
Color information
#AA1D11 (or 0xAA1D11) is known color: Fire Brick. HEX triplet: AA, 1D and 11. RGB value is (170,29,17). Sum of RGB (Red+Green+Blue) = 170+29+17=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D11 is #55E2EE. Grayscale: #454545. Windows color (decimal): -5628655 or 1121706. OLE color: 1121706.
HSL color Cylindrical-coordinate representation of color #AA1D11: hue angle of 4.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1D11 is Cyan = 0, Magento = 0.83, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 29 | 17 | - |
| CMYK | 0 | 0.83 | 0.9 | 0.33 |
| HSL | 4.71º | 0.82% | 0.37% | - |
| HSV(B) | 4.71º | 0.9% | 0.67% | - |
| XYZ | 17.12 | 9.47 | 1.46 | - |
| YUV | 69.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 17 | 0 | 0.83 | 0.9 | 0.33 | 4.71 | 0.82 | 0.37 |
| Hex | AA | 1D | 11 | 0 | 53 | 5A | 21 | 5 | 52 | 25 |
| Octal | 252 | 35 | 21 | 0 | 123 | 132 | 41 | 5 | 122 | 45 |
| Binary | 10101010 | 11101 | 10001 | 0 | 1010011 | 1011010 | 100001 | 101 | 1010010 | 100101 |
Color Harmonies of #AA1D11
Complementary color
Monochromatic Colors of #AA1D11
Black with #AA1D11
Text Example
Text Example
White with #AA1D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1D11; }
p { color: rgb(170,29,17); }
H1.HeaderClassName
{
color: #AA1D11;
}
.AnyTagClassName
{
color: #AA1D11;
}
</style>
background-color css
<style>
a { background-color: #AA1D11; }
a { background-color: rgb(170,29,17); }
div.DivClassName
{
background-color: #AA1D11;
}
.BgClassName
{
background-color: #AA1D11;
}
</style>
border-color css
<style>
span { border-color: #AA1D11; }
span { border-color: rgb(170,29,17); }
td.TdClassName
{
border-color: #AA1D11;
}
.TagClassName
{
border-color: #AA1D11;
}
</style>