Shades of Fire Brick #AE1110
Tints of Fire Brick #AE1110
RGB
CMYK
RGB Variations
Color information
#AE1110 (or 0xAE1110) is known color: Fire Brick. HEX triplet: AE, 11 and 10. RGB value is (174,17,16). Sum of RGB (Red+Green+Blue) = 174+17+16=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1110 is #51EEEF. Grayscale: #3F3F3F. Windows color (decimal): -5369584 or 1053102. OLE color: 1053102.
HSL color Cylindrical-coordinate representation of color #AE1110: hue angle of 0.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1110 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 16 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.32 |
| HSL | 0.38º | 0.83% | 0.37% | - |
| HSV(B) | 0.38º | 0.91% | 0.68% | - |
| XYZ | 17.75 | 9.44 | 1.38 | - |
| YUV | 63.83 | 101.01 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 16 | 0 | 0.90 | 0.91 | 0.32 | 0.38 | 0.83 | 0.37 |
| Hex | AE | 11 | 10 | 0 | 5A | 5B | 20 | 0 | 53 | 25 |
| Octal | 256 | 21 | 20 | 0 | 132 | 133 | 40 | 0 | 123 | 45 |
| Binary | 10101110 | 10001 | 10000 | 0 | 1011010 | 1011011 | 100000 | 0 | 1010011 | 100101 |
Color Harmonies of #AE1110
Complementary color
Monochromatic Colors of #AE1110
Black with #AE1110
Text Example
Text Example
White with #AE1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1110; }
p { color: rgb(174,17,16); }
H1.HeaderClassName
{
color: #AE1110;
}
.AnyTagClassName
{
color: #AE1110;
}
</style>
background-color css
<style>
a { background-color: #AE1110; }
a { background-color: rgb(174,17,16); }
div.DivClassName
{
background-color: #AE1110;
}
.BgClassName
{
background-color: #AE1110;
}
</style>
border-color css
<style>
span { border-color: #AE1110; }
span { border-color: rgb(174,17,16); }
td.TdClassName
{
border-color: #AE1110;
}
.TagClassName
{
border-color: #AE1110;
}
</style>