Shades of Fire Brick #AE220D
Tints of Fire Brick #AE220D
RGB
CMYK
RGB Variations
Color information
#AE220D (or 0xAE220D) is known color: Fire Brick. HEX triplet: AE, 22 and 0D. RGB value is (174,34,13). Sum of RGB (Red+Green+Blue) = 174+34+13=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE220D is #51DDF2. Grayscale: #494949. Windows color (decimal): -5365235 or 860846. OLE color: 860846.
HSL color Cylindrical-coordinate representation of color #AE220D: hue angle of 7.83º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE220D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.32 |
| HSL | 7.83º | 0.86% | 0.37% | - |
| HSV(B) | 7.83º | 0.93% | 0.68% | - |
| XYZ | 18.1 | 10.17 | 1.39 | - |
| YUV | 73.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 13 | 0 | 0.80 | 0.93 | 0.32 | 7.83 | 0.86 | 0.37 |
| Hex | AE | 22 | D | 0 | 50 | 5D | 20 | 8 | 56 | 25 |
| Octal | 256 | 42 | 15 | 0 | 120 | 135 | 40 | 10 | 126 | 45 |
| Binary | 10101110 | 100010 | 1101 | 0 | 1010000 | 1011101 | 100000 | 1000 | 1010110 | 100101 |
Color Harmonies of #AE220D
Complementary color
Monochromatic Colors of #AE220D
Black with #AE220D
Text Example
Text Example
White with #AE220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE220D; }
p { color: rgb(174,34,13); }
H1.HeaderClassName
{
color: #AE220D;
}
.AnyTagClassName
{
color: #AE220D;
}
</style>
background-color css
<style>
a { background-color: #AE220D; }
a { background-color: rgb(174,34,13); }
div.DivClassName
{
background-color: #AE220D;
}
.BgClassName
{
background-color: #AE220D;
}
</style>
border-color css
<style>
span { border-color: #AE220D; }
span { border-color: rgb(174,34,13); }
td.TdClassName
{
border-color: #AE220D;
}
.TagClassName
{
border-color: #AE220D;
}
</style>