Shades of Fire Brick #AE2000
Tints of Fire Brick #AE2000
RGB
CMYK
RGB Variations
Color information
#AE2000 (or 0xAE2000) is known color: Fire Brick. HEX triplet: AE, 20 and 00. RGB value is (174,32,0). Sum of RGB (Red+Green+Blue) = 174+32+0=206 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.47% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2000 is #51DFFF. Grayscale: #474747. Windows color (decimal): -5365760 or 8366. OLE color: 8366.
HSL color Cylindrical-coordinate representation of color #AE2000: hue angle of 11.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE2000 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.32 |
| HSL | 11.03º | 1% | 0.34% | - |
| HSV(B) | 11.03º | 1% | 0.68% | - |
| XYZ | 17.97 | 10.03 | 0.99 | - |
| YUV | 70.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 0 | 0 | 0.82 | 1 | 0.32 | 11.03 | 1 | 0.34 |
| Hex | AE | 20 | 0 | 0 | 52 | 64 | 20 | B | 64 | 22 |
| Octal | 256 | 40 | 0 | 0 | 122 | 144 | 40 | 13 | 144 | 42 |
| Binary | 10101110 | 100000 | 0 | 0 | 1010010 | 1100100 | 100000 | 1011 | 1100100 | 100010 |
Color Harmonies of #AE2000
Complementary color
Monochromatic Colors of #AE2000
Black with #AE2000
Text Example
Text Example
White with #AE2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2000; }
p { color: rgb(174,32,0); }
H1.HeaderClassName
{
color: #AE2000;
}
.AnyTagClassName
{
color: #AE2000;
}
</style>
background-color css
<style>
a { background-color: #AE2000; }
a { background-color: rgb(174,32,0); }
div.DivClassName
{
background-color: #AE2000;
}
.BgClassName
{
background-color: #AE2000;
}
</style>
border-color css
<style>
span { border-color: #AE2000; }
span { border-color: rgb(174,32,0); }
td.TdClassName
{
border-color: #AE2000;
}
.TagClassName
{
border-color: #AE2000;
}
</style>