Shades of Fire Brick #AE220B
Tints of Fire Brick #AE220B
RGB
CMYK
RGB Variations
Color information
#AE220B (or 0xAE220B) is known color: Fire Brick. HEX triplet: AE, 22 and 0B. RGB value is (174,34,11). Sum of RGB (Red+Green+Blue) = 174+34+11=219 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.45% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 174 - color contains mainly: red. Hex color #AE220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE220B is #51DDF4. Grayscale: #494949. Windows color (decimal): -5365237 or 729774. OLE color: 729774.
HSL color Cylindrical-coordinate representation of color #AE220B: hue angle of 8.47º 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 #AE220B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.32 |
| HSL | 8.47º | 0.88% | 0.36% | - |
| HSV(B) | 8.47º | 0.94% | 0.68% | - |
| XYZ | 18.09 | 10.17 | 1.33 | - |
| YUV | 73.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 11 | 0 | 0.80 | 0.94 | 0.32 | 8.47 | 0.88 | 0.36 |
| Hex | AE | 22 | B | 0 | 50 | 5E | 20 | 8 | 58 | 24 |
| Octal | 256 | 42 | 13 | 0 | 120 | 136 | 40 | 10 | 130 | 44 |
| Binary | 10101110 | 100010 | 1011 | 0 | 1010000 | 1011110 | 100000 | 1000 | 1011000 | 100100 |
Color Harmonies of #AE220B
Complementary color
Monochromatic Colors of #AE220B
Black with #AE220B
Text Example
Text Example
White with #AE220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE220B; }
p { color: rgb(174,34,11); }
H1.HeaderClassName
{
color: #AE220B;
}
.AnyTagClassName
{
color: #AE220B;
}
</style>
background-color css
<style>
a { background-color: #AE220B; }
a { background-color: rgb(174,34,11); }
div.DivClassName
{
background-color: #AE220B;
}
.BgClassName
{
background-color: #AE220B;
}
</style>
border-color css
<style>
span { border-color: #AE220B; }
span { border-color: rgb(174,34,11); }
td.TdClassName
{
border-color: #AE220B;
}
.TagClassName
{
border-color: #AE220B;
}
</style>