Shades of Fire Brick #AE210B
Tints of Fire Brick #AE210B
RGB
CMYK
RGB Variations
Color information
#AE210B (or 0xAE210B) is known color: Fire Brick. HEX triplet: AE, 21 and 0B. RGB value is (174,33,11). Sum of RGB (Red+Green+Blue) = 174+33+11=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE210B is #51DEF4. Grayscale: #484848. Windows color (decimal): -5365493 or 729518. OLE color: 729518.
HSL color Cylindrical-coordinate representation of color #AE210B: hue angle of 8.1º 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 #AE210B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.32 |
| HSL | 8.1º | 0.88% | 0.36% | - |
| HSV(B) | 8.1º | 0.94% | 0.68% | - |
| XYZ | 18.06 | 10.11 | 1.32 | - |
| YUV | 72.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 11 | 0 | 0.81 | 0.94 | 0.32 | 8.1 | 0.88 | 0.36 |
| Hex | AE | 21 | B | 0 | 51 | 5E | 20 | 8 | 58 | 24 |
| Octal | 256 | 41 | 13 | 0 | 121 | 136 | 40 | 10 | 130 | 44 |
| Binary | 10101110 | 100001 | 1011 | 0 | 1010001 | 1011110 | 100000 | 1000 | 1011000 | 100100 |
Color Harmonies of #AE210B
Complementary color
Monochromatic Colors of #AE210B
Black with #AE210B
Text Example
Text Example
White with #AE210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE210B; }
p { color: rgb(174,33,11); }
H1.HeaderClassName
{
color: #AE210B;
}
.AnyTagClassName
{
color: #AE210B;
}
</style>
background-color css
<style>
a { background-color: #AE210B; }
a { background-color: rgb(174,33,11); }
div.DivClassName
{
background-color: #AE210B;
}
.BgClassName
{
background-color: #AE210B;
}
</style>
border-color css
<style>
span { border-color: #AE210B; }
span { border-color: rgb(174,33,11); }
td.TdClassName
{
border-color: #AE210B;
}
.TagClassName
{
border-color: #AE210B;
}
</style>