Shades of Fire Brick #AE2012
Tints of Fire Brick #AE2012
RGB
CMYK
RGB Variations
Color information
#AE2012 (or 0xAE2012) is known color: Fire Brick. HEX triplet: AE, 20 and 12. RGB value is (174,32,18). Sum of RGB (Red+Green+Blue) = 174+32+18=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2012 is #51DFED. Grayscale: #494949. Windows color (decimal): -5365742 or 1188014. OLE color: 1188014.
HSL color Cylindrical-coordinate representation of color #AE2012: hue angle of 5.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2012 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 18 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.32 |
| HSL | 5.38º | 0.81% | 0.38% | - |
| HSV(B) | 5.38º | 0.9% | 0.68% | - |
| XYZ | 18.08 | 10.08 | 1.56 | - |
| YUV | 72.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 18 | 0 | 0.82 | 0.90 | 0.32 | 5.38 | 0.81 | 0.38 |
| Hex | AE | 20 | 12 | 0 | 52 | 5A | 20 | 5 | 51 | 26 |
| Octal | 256 | 40 | 22 | 0 | 122 | 132 | 40 | 5 | 121 | 46 |
| Binary | 10101110 | 100000 | 10010 | 0 | 1010010 | 1011010 | 100000 | 101 | 1010001 | 100110 |
Color Harmonies of #AE2012
Complementary color
Monochromatic Colors of #AE2012
Black with #AE2012
Text Example
Text Example
White with #AE2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2012; }
p { color: rgb(174,32,18); }
H1.HeaderClassName
{
color: #AE2012;
}
.AnyTagClassName
{
color: #AE2012;
}
</style>
background-color css
<style>
a { background-color: #AE2012; }
a { background-color: rgb(174,32,18); }
div.DivClassName
{
background-color: #AE2012;
}
.BgClassName
{
background-color: #AE2012;
}
</style>
border-color css
<style>
span { border-color: #AE2012; }
span { border-color: rgb(174,32,18); }
td.TdClassName
{
border-color: #AE2012;
}
.TagClassName
{
border-color: #AE2012;
}
</style>