Shades of Fire Brick #AE200E
Tints of Fire Brick #AE200E
RGB
CMYK
RGB Variations
Color information
#AE200E (or 0xAE200E) is known color: Fire Brick. HEX triplet: AE, 20 and 0E. RGB value is (174,32,14). Sum of RGB (Red+Green+Blue) = 174+32+14=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE200E is #51DFF1. Grayscale: #484848. Windows color (decimal): -5365746 or 925870. OLE color: 925870.
HSL color Cylindrical-coordinate representation of color #AE200E: hue angle of 6.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE200E is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 14 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.32 |
| HSL | 6.75º | 0.85% | 0.37% | - |
| HSV(B) | 6.75º | 0.92% | 0.68% | - |
| XYZ | 18.05 | 10.06 | 1.41 | - |
| YUV | 72.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 14 | 0 | 0.82 | 0.92 | 0.32 | 6.75 | 0.85 | 0.37 |
| Hex | AE | 20 | E | 0 | 52 | 5C | 20 | 7 | 55 | 25 |
| Octal | 256 | 40 | 16 | 0 | 122 | 134 | 40 | 7 | 125 | 45 |
| Binary | 10101110 | 100000 | 1110 | 0 | 1010010 | 1011100 | 100000 | 111 | 1010101 | 100101 |
Color Harmonies of #AE200E
Complementary color
Monochromatic Colors of #AE200E
Black with #AE200E
Text Example
Text Example
White with #AE200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE200E; }
p { color: rgb(174,32,14); }
H1.HeaderClassName
{
color: #AE200E;
}
.AnyTagClassName
{
color: #AE200E;
}
</style>
background-color css
<style>
a { background-color: #AE200E; }
a { background-color: rgb(174,32,14); }
div.DivClassName
{
background-color: #AE200E;
}
.BgClassName
{
background-color: #AE200E;
}
</style>
border-color css
<style>
span { border-color: #AE200E; }
span { border-color: rgb(174,32,14); }
td.TdClassName
{
border-color: #AE200E;
}
.TagClassName
{
border-color: #AE200E;
}
</style>