Shades of Fire Brick #AE150E
Tints of Fire Brick #AE150E
RGB
CMYK
RGB Variations
Color information
#AE150E (or 0xAE150E) is known color: Fire Brick. HEX triplet: AE, 15 and 0E. RGB value is (174,21,14). Sum of RGB (Red+Green+Blue) = 174+21+14=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE150E is #51EAF1. Grayscale: #424242. Windows color (decimal): -5368562 or 923054. OLE color: 923054.
HSL color Cylindrical-coordinate representation of color #AE150E: hue angle of 2.62º 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 #AE150E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 14 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.32 |
| HSL | 2.63º | 0.85% | 0.37% | - |
| HSV(B) | 2.63º | 0.92% | 0.68% | - |
| XYZ | 17.8 | 9.57 | 1.32 | - |
| YUV | 65.95 | 98.69 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 14 | 0 | 0.88 | 0.92 | 0.32 | 2.63 | 0.85 | 0.37 |
| Hex | AE | 15 | E | 0 | 58 | 5C | 20 | 3 | 55 | 25 |
| Octal | 256 | 25 | 16 | 0 | 130 | 134 | 40 | 3 | 125 | 45 |
| Binary | 10101110 | 10101 | 1110 | 0 | 1011000 | 1011100 | 100000 | 11 | 1010101 | 100101 |
Color Harmonies of #AE150E
Complementary color
Monochromatic Colors of #AE150E
Black with #AE150E
Text Example
Text Example
White with #AE150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE150E; }
p { color: rgb(174,21,14); }
H1.HeaderClassName
{
color: #AE150E;
}
.AnyTagClassName
{
color: #AE150E;
}
</style>
background-color css
<style>
a { background-color: #AE150E; }
a { background-color: rgb(174,21,14); }
div.DivClassName
{
background-color: #AE150E;
}
.BgClassName
{
background-color: #AE150E;
}
</style>
border-color css
<style>
span { border-color: #AE150E; }
span { border-color: rgb(174,21,14); }
td.TdClassName
{
border-color: #AE150E;
}
.TagClassName
{
border-color: #AE150E;
}
</style>