Shades of Fire Brick #AE2C16
Tints of Fire Brick #AE2C16
RGB
CMYK
RGB Variations
Color information
#AE2C16 (or 0xAE2C16) is known color: Fire Brick. HEX triplet: AE, 2C and 16. RGB value is (174,44,22). Sum of RGB (Red+Green+Blue) = 174+44+22=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C16 is #51D3E9. Grayscale: #505050. Windows color (decimal): -5362666 or 1453230. OLE color: 1453230.
HSL color Cylindrical-coordinate representation of color #AE2C16: hue angle of 8.68º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE2C16 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 22 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.32 |
| HSL | 8.68º | 0.78% | 0.38% | - |
| HSV(B) | 8.68º | 0.87% | 0.68% | - |
| XYZ | 18.5 | 10.86 | 1.88 | - |
| YUV | 80.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 22 | 0 | 0.75 | 0.87 | 0.32 | 8.68 | 0.78 | 0.38 |
| Hex | AE | 2C | 16 | 0 | 4B | 57 | 20 | 9 | 4E | 26 |
| Octal | 256 | 54 | 26 | 0 | 113 | 127 | 40 | 11 | 116 | 46 |
| Binary | 10101110 | 101100 | 10110 | 0 | 1001011 | 1010111 | 100000 | 1001 | 1001110 | 100110 |
Color Harmonies of #AE2C16
Complementary color
Monochromatic Colors of #AE2C16
Black with #AE2C16
Text Example
Text Example
White with #AE2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C16; }
p { color: rgb(174,44,22); }
H1.HeaderClassName
{
color: #AE2C16;
}
.AnyTagClassName
{
color: #AE2C16;
}
</style>
background-color css
<style>
a { background-color: #AE2C16; }
a { background-color: rgb(174,44,22); }
div.DivClassName
{
background-color: #AE2C16;
}
.BgClassName
{
background-color: #AE2C16;
}
</style>
border-color css
<style>
span { border-color: #AE2C16; }
span { border-color: rgb(174,44,22); }
td.TdClassName
{
border-color: #AE2C16;
}
.TagClassName
{
border-color: #AE2C16;
}
</style>