Shades of Fire Brick #AE1512
Tints of Fire Brick #AE1512
RGB
CMYK
RGB Variations
Color information
#AE1512 (or 0xAE1512) is known color: Fire Brick. HEX triplet: AE, 15 and 12. RGB value is (174,21,18). Sum of RGB (Red+Green+Blue) = 174+21+18=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1512 is #51EAED. Grayscale: #424242. Windows color (decimal): -5368558 or 1185198. OLE color: 1185198.
HSL color Cylindrical-coordinate representation of color #AE1512: hue angle of 1.15º 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 #AE1512 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 18 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.32 |
| HSL | 1.15º | 0.81% | 0.38% | - |
| HSV(B) | 1.15º | 0.9% | 0.68% | - |
| XYZ | 17.83 | 9.58 | 1.48 | - |
| YUV | 66.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 18 | 0 | 0.88 | 0.90 | 0.32 | 1.15 | 0.81 | 0.38 |
| Hex | AE | 15 | 12 | 0 | 58 | 5A | 20 | 1 | 51 | 26 |
| Octal | 256 | 25 | 22 | 0 | 130 | 132 | 40 | 1 | 121 | 46 |
| Binary | 10101110 | 10101 | 10010 | 0 | 1011000 | 1011010 | 100000 | 1 | 1010001 | 100110 |
Color Harmonies of #AE1512
Complementary color
Monochromatic Colors of #AE1512
Black with #AE1512
Text Example
Text Example
White with #AE1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1512; }
p { color: rgb(174,21,18); }
H1.HeaderClassName
{
color: #AE1512;
}
.AnyTagClassName
{
color: #AE1512;
}
</style>
background-color css
<style>
a { background-color: #AE1512; }
a { background-color: rgb(174,21,18); }
div.DivClassName
{
background-color: #AE1512;
}
.BgClassName
{
background-color: #AE1512;
}
</style>
border-color css
<style>
span { border-color: #AE1512; }
span { border-color: rgb(174,21,18); }
td.TdClassName
{
border-color: #AE1512;
}
.TagClassName
{
border-color: #AE1512;
}
</style>