Shades of Fire Brick #AE2010
Tints of Fire Brick #AE2010
RGB
CMYK
RGB Variations
Color information
#AE2010 (or 0xAE2010) is known color: Fire Brick. HEX triplet: AE, 20 and 10. RGB value is (174,32,16). Sum of RGB (Red+Green+Blue) = 174+32+16=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2010 is #51DFEF. Grayscale: #484848. Windows color (decimal): -5365744 or 1056942. OLE color: 1056942.
HSL color Cylindrical-coordinate representation of color #AE2010: hue angle of 6.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE2010 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.32 |
| HSL | 6.08º | 0.83% | 0.37% | - |
| HSV(B) | 6.08º | 0.91% | 0.68% | - |
| XYZ | 18.07 | 10.07 | 1.48 | - |
| YUV | 72.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 16 | 0 | 0.82 | 0.91 | 0.32 | 6.08 | 0.83 | 0.37 |
| Hex | AE | 20 | 10 | 0 | 52 | 5B | 20 | 6 | 53 | 25 |
| Octal | 256 | 40 | 20 | 0 | 122 | 133 | 40 | 6 | 123 | 45 |
| Binary | 10101110 | 100000 | 10000 | 0 | 1010010 | 1011011 | 100000 | 110 | 1010011 | 100101 |
Color Harmonies of #AE2010
Complementary color
Monochromatic Colors of #AE2010
Black with #AE2010
Text Example
Text Example
White with #AE2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2010; }
p { color: rgb(174,32,16); }
H1.HeaderClassName
{
color: #AE2010;
}
.AnyTagClassName
{
color: #AE2010;
}
</style>
background-color css
<style>
a { background-color: #AE2010; }
a { background-color: rgb(174,32,16); }
div.DivClassName
{
background-color: #AE2010;
}
.BgClassName
{
background-color: #AE2010;
}
</style>
border-color css
<style>
span { border-color: #AE2010; }
span { border-color: rgb(174,32,16); }
td.TdClassName
{
border-color: #AE2010;
}
.TagClassName
{
border-color: #AE2010;
}
</style>