Shades of Fire Brick #AE220F
Tints of Fire Brick #AE220F
RGB
CMYK
RGB Variations
Color information
#AE220F (or 0xAE220F) is known color: Fire Brick. HEX triplet: AE, 22 and 0F. RGB value is (174,34,15). Sum of RGB (Red+Green+Blue) = 174+34+15=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE220F is #51DDF0. Grayscale: #494949. Windows color (decimal): -5365233 or 991918. OLE color: 991918.
HSL color Cylindrical-coordinate representation of color #AE220F: hue angle of 7.17º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE220F is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 15 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.32 |
| HSL | 7.17º | 0.84% | 0.37% | - |
| HSV(B) | 7.17º | 0.91% | 0.68% | - |
| XYZ | 18.11 | 10.18 | 1.46 | - |
| YUV | 73.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 15 | 0 | 0.80 | 0.91 | 0.32 | 7.17 | 0.84 | 0.37 |
| Hex | AE | 22 | F | 0 | 50 | 5B | 20 | 7 | 54 | 25 |
| Octal | 256 | 42 | 17 | 0 | 120 | 133 | 40 | 7 | 124 | 45 |
| Binary | 10101110 | 100010 | 1111 | 0 | 1010000 | 1011011 | 100000 | 111 | 1010100 | 100101 |
Color Harmonies of #AE220F
Complementary color
Monochromatic Colors of #AE220F
Black with #AE220F
Text Example
Text Example
White with #AE220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE220F; }
p { color: rgb(174,34,15); }
H1.HeaderClassName
{
color: #AE220F;
}
.AnyTagClassName
{
color: #AE220F;
}
</style>
background-color css
<style>
a { background-color: #AE220F; }
a { background-color: rgb(174,34,15); }
div.DivClassName
{
background-color: #AE220F;
}
.BgClassName
{
background-color: #AE220F;
}
</style>
border-color css
<style>
span { border-color: #AE220F; }
span { border-color: rgb(174,34,15); }
td.TdClassName
{
border-color: #AE220F;
}
.TagClassName
{
border-color: #AE220F;
}
</style>