Shades of Fire Brick #AE2015
Tints of Fire Brick #AE2015
RGB
CMYK
RGB Variations
Color information
#AE2015 (or 0xAE2015) is known color: Fire Brick. HEX triplet: AE, 20 and 15. RGB value is (174,32,21). Sum of RGB (Red+Green+Blue) = 174+32+21=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2015 is #51DFEA. Grayscale: #494949. Windows color (decimal): -5365739 or 1384622. OLE color: 1384622.
HSL color Cylindrical-coordinate representation of color #AE2015: hue angle of 4.31º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE2015 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 21 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.32 |
| HSL | 4.31º | 0.78% | 0.38% | - |
| HSV(B) | 4.31º | 0.88% | 0.68% | - |
| XYZ | 18.11 | 10.09 | 1.7 | - |
| YUV | 73.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 21 | 0 | 0.82 | 0.88 | 0.32 | 4.31 | 0.78 | 0.38 |
| Hex | AE | 20 | 15 | 0 | 52 | 58 | 20 | 4 | 4E | 26 |
| Octal | 256 | 40 | 25 | 0 | 122 | 130 | 40 | 4 | 116 | 46 |
| Binary | 10101110 | 100000 | 10101 | 0 | 1010010 | 1011000 | 100000 | 100 | 1001110 | 100110 |
Color Harmonies of #AE2015
Complementary color
Monochromatic Colors of #AE2015
Black with #AE2015
Text Example
Text Example
White with #AE2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2015; }
p { color: rgb(174,32,21); }
H1.HeaderClassName
{
color: #AE2015;
}
.AnyTagClassName
{
color: #AE2015;
}
</style>
background-color css
<style>
a { background-color: #AE2015; }
a { background-color: rgb(174,32,21); }
div.DivClassName
{
background-color: #AE2015;
}
.BgClassName
{
background-color: #AE2015;
}
</style>
border-color css
<style>
span { border-color: #AE2015; }
span { border-color: rgb(174,32,21); }
td.TdClassName
{
border-color: #AE2015;
}
.TagClassName
{
border-color: #AE2015;
}
</style>