Shades of Fire Brick #AE200B
Tints of Fire Brick #AE200B
RGB
CMYK
RGB Variations
Color information
#AE200B (or 0xAE200B) is known color: Fire Brick. HEX triplet: AE, 20 and 0B. RGB value is (174,32,11). Sum of RGB (Red+Green+Blue) = 174+32+11=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE200B is #51DFF4. Grayscale: #484848. Windows color (decimal): -5365749 or 729262. OLE color: 729262.
HSL color Cylindrical-coordinate representation of color #AE200B: hue angle of 7.73º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE200B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.32 |
| HSL | 7.73º | 0.88% | 0.36% | - |
| HSV(B) | 7.73º | 0.94% | 0.68% | - |
| XYZ | 18.03 | 10.06 | 1.31 | - |
| YUV | 72.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 11 | 0 | 0.82 | 0.94 | 0.32 | 7.73 | 0.88 | 0.36 |
| Hex | AE | 20 | B | 0 | 52 | 5E | 20 | 8 | 58 | 24 |
| Octal | 256 | 40 | 13 | 0 | 122 | 136 | 40 | 10 | 130 | 44 |
| Binary | 10101110 | 100000 | 1011 | 0 | 1010010 | 1011110 | 100000 | 1000 | 1011000 | 100100 |
Color Harmonies of #AE200B
Complementary color
Monochromatic Colors of #AE200B
Black with #AE200B
Text Example
Text Example
White with #AE200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE200B; }
p { color: rgb(174,32,11); }
H1.HeaderClassName
{
color: #AE200B;
}
.AnyTagClassName
{
color: #AE200B;
}
</style>
background-color css
<style>
a { background-color: #AE200B; }
a { background-color: rgb(174,32,11); }
div.DivClassName
{
background-color: #AE200B;
}
.BgClassName
{
background-color: #AE200B;
}
</style>
border-color css
<style>
span { border-color: #AE200B; }
span { border-color: rgb(174,32,11); }
td.TdClassName
{
border-color: #AE200B;
}
.TagClassName
{
border-color: #AE200B;
}
</style>