Shades of Fire Brick #AE2A16
Tints of Fire Brick #AE2A16
RGB
CMYK
RGB Variations
Color information
#AE2A16 (or 0xAE2A16) is known color: Fire Brick. HEX triplet: AE, 2A and 16. RGB value is (174,42,22). Sum of RGB (Red+Green+Blue) = 174+42+22=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A16 is #51D5E9. Grayscale: #4F4F4F. Windows color (decimal): -5363178 or 1452718. OLE color: 1452718.
HSL color Cylindrical-coordinate representation of color #AE2A16: hue angle of 7.89º 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 #AE2A16 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 22 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.32 |
| HSL | 7.89º | 0.78% | 0.38% | - |
| HSV(B) | 7.89º | 0.87% | 0.68% | - |
| XYZ | 18.43 | 10.71 | 1.86 | - |
| YUV | 79.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 22 | 0 | 0.76 | 0.87 | 0.32 | 7.89 | 0.78 | 0.38 |
| Hex | AE | 2A | 16 | 0 | 4C | 57 | 20 | 8 | 4E | 26 |
| Octal | 256 | 52 | 26 | 0 | 114 | 127 | 40 | 10 | 116 | 46 |
| Binary | 10101110 | 101010 | 10110 | 0 | 1001100 | 1010111 | 100000 | 1000 | 1001110 | 100110 |
Color Harmonies of #AE2A16
Complementary color
Monochromatic Colors of #AE2A16
Black with #AE2A16
Text Example
Text Example
White with #AE2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A16; }
p { color: rgb(174,42,22); }
H1.HeaderClassName
{
color: #AE2A16;
}
.AnyTagClassName
{
color: #AE2A16;
}
</style>
background-color css
<style>
a { background-color: #AE2A16; }
a { background-color: rgb(174,42,22); }
div.DivClassName
{
background-color: #AE2A16;
}
.BgClassName
{
background-color: #AE2A16;
}
</style>
border-color css
<style>
span { border-color: #AE2A16; }
span { border-color: rgb(174,42,22); }
td.TdClassName
{
border-color: #AE2A16;
}
.TagClassName
{
border-color: #AE2A16;
}
</style>