Shades of Fire Brick #AE220C
Tints of Fire Brick #AE220C
RGB
CMYK
RGB Variations
Color information
#AE220C (or 0xAE220C) is known color: Fire Brick. HEX triplet: AE, 22 and 0C. RGB value is (174,34,12). Sum of RGB (Red+Green+Blue) = 174+34+12=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE220C is #51DDF3. Grayscale: #494949. Windows color (decimal): -5365236 or 795310. OLE color: 795310.
HSL color Cylindrical-coordinate representation of color #AE220C: hue angle of 8.15º 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 #AE220C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 12 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.32 |
| HSL | 8.15º | 0.87% | 0.36% | - |
| HSV(B) | 8.15º | 0.93% | 0.68% | - |
| XYZ | 18.09 | 10.17 | 1.36 | - |
| YUV | 73.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 12 | 0 | 0.80 | 0.93 | 0.32 | 8.15 | 0.87 | 0.36 |
| Hex | AE | 22 | C | 0 | 50 | 5D | 20 | 8 | 57 | 24 |
| Octal | 256 | 42 | 14 | 0 | 120 | 135 | 40 | 10 | 127 | 44 |
| Binary | 10101110 | 100010 | 1100 | 0 | 1010000 | 1011101 | 100000 | 1000 | 1010111 | 100100 |
Color Harmonies of #AE220C
Complementary color
Monochromatic Colors of #AE220C
Black with #AE220C
Text Example
Text Example
White with #AE220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE220C; }
p { color: rgb(174,34,12); }
H1.HeaderClassName
{
color: #AE220C;
}
.AnyTagClassName
{
color: #AE220C;
}
</style>
background-color css
<style>
a { background-color: #AE220C; }
a { background-color: rgb(174,34,12); }
div.DivClassName
{
background-color: #AE220C;
}
.BgClassName
{
background-color: #AE220C;
}
</style>
border-color css
<style>
span { border-color: #AE220C; }
span { border-color: rgb(174,34,12); }
td.TdClassName
{
border-color: #AE220C;
}
.TagClassName
{
border-color: #AE220C;
}
</style>