Shades of Fire Brick #AE110E
Tints of Fire Brick #AE110E
RGB
CMYK
RGB Variations
Color information
#AE110E (or 0xAE110E) is known color: Fire Brick. HEX triplet: AE, 11 and 0E. RGB value is (174,17,14). Sum of RGB (Red+Green+Blue) = 174+17+14=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE110E is #51EEF1. Grayscale: #3F3F3F. Windows color (decimal): -5369586 or 922030. OLE color: 922030.
HSL color Cylindrical-coordinate representation of color #AE110E: hue angle of 1.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE110E is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 14 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.32 |
| HSL | 1.13º | 0.85% | 0.37% | - |
| HSV(B) | 1.13º | 0.92% | 0.68% | - |
| XYZ | 17.74 | 9.43 | 1.3 | - |
| YUV | 63.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 14 | 0 | 0.90 | 0.92 | 0.32 | 1.13 | 0.85 | 0.37 |
| Hex | AE | 11 | E | 0 | 5A | 5C | 20 | 1 | 55 | 25 |
| Octal | 256 | 21 | 16 | 0 | 132 | 134 | 40 | 1 | 125 | 45 |
| Binary | 10101110 | 10001 | 1110 | 0 | 1011010 | 1011100 | 100000 | 1 | 1010101 | 100101 |
Color Harmonies of #AE110E
Complementary color
Monochromatic Colors of #AE110E
Black with #AE110E
Text Example
Text Example
White with #AE110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE110E; }
p { color: rgb(174,17,14); }
H1.HeaderClassName
{
color: #AE110E;
}
.AnyTagClassName
{
color: #AE110E;
}
</style>
background-color css
<style>
a { background-color: #AE110E; }
a { background-color: rgb(174,17,14); }
div.DivClassName
{
background-color: #AE110E;
}
.BgClassName
{
background-color: #AE110E;
}
</style>
border-color css
<style>
span { border-color: #AE110E; }
span { border-color: rgb(174,17,14); }
td.TdClassName
{
border-color: #AE110E;
}
.TagClassName
{
border-color: #AE110E;
}
</style>