Shades of Fire Brick #AE110F
Tints of Fire Brick #AE110F
RGB
CMYK
RGB Variations
Color information
#AE110F (or 0xAE110F) is known color: Fire Brick. HEX triplet: AE, 11 and 0F. RGB value is (174,17,15). Sum of RGB (Red+Green+Blue) = 174+17+15=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE110F is #51EEF0. Grayscale: #3F3F3F. Windows color (decimal): -5369585 or 987566. OLE color: 987566.
HSL color Cylindrical-coordinate representation of color #AE110F: hue angle of 0.75º degrees, saturation: 0.84, 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 #AE110F is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 15 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.32 |
| HSL | 0.75º | 0.84% | 0.37% | - |
| HSV(B) | 0.75º | 0.91% | 0.68% | - |
| XYZ | 17.74 | 9.43 | 1.34 | - |
| YUV | 63.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 15 | 0 | 0.90 | 0.91 | 0.32 | 0.75 | 0.84 | 0.37 |
| Hex | AE | 11 | F | 0 | 5A | 5B | 20 | 1 | 54 | 25 |
| Octal | 256 | 21 | 17 | 0 | 132 | 133 | 40 | 1 | 124 | 45 |
| Binary | 10101110 | 10001 | 1111 | 0 | 1011010 | 1011011 | 100000 | 1 | 1010100 | 100101 |
Color Harmonies of #AE110F
Complementary color
Monochromatic Colors of #AE110F
Black with #AE110F
Text Example
Text Example
White with #AE110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE110F; }
p { color: rgb(174,17,15); }
H1.HeaderClassName
{
color: #AE110F;
}
.AnyTagClassName
{
color: #AE110F;
}
</style>
background-color css
<style>
a { background-color: #AE110F; }
a { background-color: rgb(174,17,15); }
div.DivClassName
{
background-color: #AE110F;
}
.BgClassName
{
background-color: #AE110F;
}
</style>
border-color css
<style>
span { border-color: #AE110F; }
span { border-color: rgb(174,17,15); }
td.TdClassName
{
border-color: #AE110F;
}
.TagClassName
{
border-color: #AE110F;
}
</style>