Shades of Fire Brick #AA110E
Tints of Fire Brick #AA110E
RGB
CMYK
RGB Variations
Color information
#AA110E (or 0xAA110E) is known color: Fire Brick. HEX triplet: AA, 11 and 0E. RGB value is (170,17,14). Sum of RGB (Red+Green+Blue) = 170+17+14=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA110E is #55EEF1. Grayscale: #3E3E3E. Windows color (decimal): -5631730 or 922026. OLE color: 922026.
HSL color Cylindrical-coordinate representation of color #AA110E: hue angle of 1.15º 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 #AA110E is Cyan = 0, Magento = 0.9, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 14 | - |
| CMYK | 0 | 0.9 | 0.92 | 0.33 |
| HSL | 1.15º | 0.85% | 0.36% | - |
| HSV(B) | 1.15º | 0.92% | 0.67% | - |
| XYZ | 16.86 | 8.98 | 1.26 | - |
| YUV | 62.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 14 | 0 | 0.9 | 0.92 | 0.33 | 1.15 | 0.85 | 0.36 |
| Hex | AA | 11 | E | 0 | 5A | 5C | 21 | 1 | 55 | 24 |
| Octal | 252 | 21 | 16 | 0 | 132 | 134 | 41 | 1 | 125 | 44 |
| Binary | 10101010 | 10001 | 1110 | 0 | 1011010 | 1011100 | 100001 | 1 | 1010101 | 100100 |
Color Harmonies of #AA110E
Complementary color
Monochromatic Colors of #AA110E
Black with #AA110E
Text Example
Text Example
White with #AA110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA110E; }
p { color: rgb(170,17,14); }
H1.HeaderClassName
{
color: #AA110E;
}
.AnyTagClassName
{
color: #AA110E;
}
</style>
background-color css
<style>
a { background-color: #AA110E; }
a { background-color: rgb(170,17,14); }
div.DivClassName
{
background-color: #AA110E;
}
.BgClassName
{
background-color: #AA110E;
}
</style>
border-color css
<style>
span { border-color: #AA110E; }
span { border-color: rgb(170,17,14); }
td.TdClassName
{
border-color: #AA110E;
}
.TagClassName
{
border-color: #AA110E;
}
</style>