Shades of Fire Brick #AE160E
Tints of Fire Brick #AE160E
RGB
CMYK
RGB Variations
Color information
#AE160E (or 0xAE160E) is known color: Fire Brick. HEX triplet: AE, 16 and 0E. RGB value is (174,22,14). Sum of RGB (Red+Green+Blue) = 174+22+14=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE160E is #51E9F1. Grayscale: #424242. Windows color (decimal): -5368306 or 923310. OLE color: 923310.
HSL color Cylindrical-coordinate representation of color #AE160E: hue angle of 3º 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 #AE160E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 14 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.32 |
| HSL | 3º | 0.85% | 0.37% | - |
| HSV(B) | 3º | 0.92% | 0.68% | - |
| XYZ | 17.82 | 9.6 | 1.33 | - |
| YUV | 66.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 14 | 0 | 0.87 | 0.92 | 0.32 | 3 | 0.85 | 0.37 |
| Hex | AE | 16 | E | 0 | 57 | 5C | 20 | 3 | 55 | 25 |
| Octal | 256 | 26 | 16 | 0 | 127 | 134 | 40 | 3 | 125 | 45 |
| Binary | 10101110 | 10110 | 1110 | 0 | 1010111 | 1011100 | 100000 | 11 | 1010101 | 100101 |
Color Harmonies of #AE160E
Complementary color
Monochromatic Colors of #AE160E
Black with #AE160E
Text Example
Text Example
White with #AE160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE160E; }
p { color: rgb(174,22,14); }
H1.HeaderClassName
{
color: #AE160E;
}
.AnyTagClassName
{
color: #AE160E;
}
</style>
background-color css
<style>
a { background-color: #AE160E; }
a { background-color: rgb(174,22,14); }
div.DivClassName
{
background-color: #AE160E;
}
.BgClassName
{
background-color: #AE160E;
}
</style>
border-color css
<style>
span { border-color: #AE160E; }
span { border-color: rgb(174,22,14); }
td.TdClassName
{
border-color: #AE160E;
}
.TagClassName
{
border-color: #AE160E;
}
</style>