Shades of Fire Brick #AE210C
Tints of Fire Brick #AE210C
RGB
CMYK
RGB Variations
Color information
#AE210C (or 0xAE210C) is known color: Fire Brick. HEX triplet: AE, 21 and 0C. RGB value is (174,33,12). Sum of RGB (Red+Green+Blue) = 174+33+12=219 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.45% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 174 - color contains mainly: red. Hex color #AE210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE210C is #51DEF3. Grayscale: #484848. Windows color (decimal): -5365492 or 795054. OLE color: 795054.
HSL color Cylindrical-coordinate representation of color #AE210C: hue angle of 7.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE210C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.32 |
| HSL | 7.78º | 0.87% | 0.36% | - |
| HSV(B) | 7.78º | 0.93% | 0.68% | - |
| XYZ | 18.07 | 10.11 | 1.35 | - |
| YUV | 72.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 12 | 0 | 0.81 | 0.93 | 0.32 | 7.78 | 0.87 | 0.36 |
| Hex | AE | 21 | C | 0 | 51 | 5D | 20 | 8 | 57 | 24 |
| Octal | 256 | 41 | 14 | 0 | 121 | 135 | 40 | 10 | 127 | 44 |
| Binary | 10101110 | 100001 | 1100 | 0 | 1010001 | 1011101 | 100000 | 1000 | 1010111 | 100100 |
Color Harmonies of #AE210C
Complementary color
Monochromatic Colors of #AE210C
Black with #AE210C
Text Example
Text Example
White with #AE210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE210C; }
p { color: rgb(174,33,12); }
H1.HeaderClassName
{
color: #AE210C;
}
.AnyTagClassName
{
color: #AE210C;
}
</style>
background-color css
<style>
a { background-color: #AE210C; }
a { background-color: rgb(174,33,12); }
div.DivClassName
{
background-color: #AE210C;
}
.BgClassName
{
background-color: #AE210C;
}
</style>
border-color css
<style>
span { border-color: #AE210C; }
span { border-color: rgb(174,33,12); }
td.TdClassName
{
border-color: #AE210C;
}
.TagClassName
{
border-color: #AE210C;
}
</style>