Shades of Fire Brick #AE1A0E
Tints of Fire Brick #AE1A0E
RGB
CMYK
RGB Variations
Color information
#AE1A0E (or 0xAE1A0E) is known color: Fire Brick. HEX triplet: AE, 1A and 0E. RGB value is (174,26,14). Sum of RGB (Red+Green+Blue) = 174+26+14=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1A0E is #51E5F1. Grayscale: #454545. Windows color (decimal): -5367282 or 924334. OLE color: 924334.
HSL color Cylindrical-coordinate representation of color #AE1A0E: hue angle of 4.5º 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 #AE1A0E is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 14 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.32 |
| HSL | 4.5º | 0.85% | 0.37% | - |
| HSV(B) | 4.5º | 0.92% | 0.68% | - |
| XYZ | 17.9 | 9.77 | 1.36 | - |
| YUV | 68.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 14 | 0 | 0.85 | 0.92 | 0.32 | 4.5 | 0.85 | 0.37 |
| Hex | AE | 1A | E | 0 | 55 | 5C | 20 | 4 | 55 | 25 |
| Octal | 256 | 32 | 16 | 0 | 125 | 134 | 40 | 4 | 125 | 45 |
| Binary | 10101110 | 11010 | 1110 | 0 | 1010101 | 1011100 | 100000 | 100 | 1010101 | 100101 |
Color Harmonies of #AE1A0E
Complementary color
Monochromatic Colors of #AE1A0E
Black with #AE1A0E
Text Example
Text Example
White with #AE1A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A0E; }
p { color: rgb(174,26,14); }
H1.HeaderClassName
{
color: #AE1A0E;
}
.AnyTagClassName
{
color: #AE1A0E;
}
</style>
background-color css
<style>
a { background-color: #AE1A0E; }
a { background-color: rgb(174,26,14); }
div.DivClassName
{
background-color: #AE1A0E;
}
.BgClassName
{
background-color: #AE1A0E;
}
</style>
border-color css
<style>
span { border-color: #AE1A0E; }
span { border-color: rgb(174,26,14); }
td.TdClassName
{
border-color: #AE1A0E;
}
.TagClassName
{
border-color: #AE1A0E;
}
</style>