Shades of Fire Brick #AE2D16
Tints of Fire Brick #AE2D16
RGB
CMYK
RGB Variations
Color information
#AE2D16 (or 0xAE2D16) is known color: Fire Brick. HEX triplet: AE, 2D and 16. RGB value is (174,45,22). Sum of RGB (Red+Green+Blue) = 174+45+22=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D16 is #51D2E9. Grayscale: #515151. Windows color (decimal): -5362410 or 1453486. OLE color: 1453486.
HSL color Cylindrical-coordinate representation of color #AE2D16: hue angle of 9.08º 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 #AE2D16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 22 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.32 |
| HSL | 9.08º | 0.78% | 0.38% | - |
| HSV(B) | 9.08º | 0.87% | 0.68% | - |
| XYZ | 18.54 | 10.93 | 1.89 | - |
| YUV | 80.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 22 | 0 | 0.74 | 0.87 | 0.32 | 9.08 | 0.78 | 0.38 |
| Hex | AE | 2D | 16 | 0 | 4A | 57 | 20 | 9 | 4E | 26 |
| Octal | 256 | 55 | 26 | 0 | 112 | 127 | 40 | 11 | 116 | 46 |
| Binary | 10101110 | 101101 | 10110 | 0 | 1001010 | 1010111 | 100000 | 1001 | 1001110 | 100110 |
Color Harmonies of #AE2D16
Complementary color
Monochromatic Colors of #AE2D16
Black with #AE2D16
Text Example
Text Example
White with #AE2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D16; }
p { color: rgb(174,45,22); }
H1.HeaderClassName
{
color: #AE2D16;
}
.AnyTagClassName
{
color: #AE2D16;
}
</style>
background-color css
<style>
a { background-color: #AE2D16; }
a { background-color: rgb(174,45,22); }
div.DivClassName
{
background-color: #AE2D16;
}
.BgClassName
{
background-color: #AE2D16;
}
</style>
border-color css
<style>
span { border-color: #AE2D16; }
span { border-color: rgb(174,45,22); }
td.TdClassName
{
border-color: #AE2D16;
}
.TagClassName
{
border-color: #AE2D16;
}
</style>