Shades of Fire Brick #AE1D16
Tints of Fire Brick #AE1D16
RGB
CMYK
RGB Variations
Color information
#AE1D16 (or 0xAE1D16) is known color: Fire Brick. HEX triplet: AE, 1D and 16. RGB value is (174,29,22). Sum of RGB (Red+Green+Blue) = 174+29+22=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D16 is #51E2E9. Grayscale: #474747. Windows color (decimal): -5366506 or 1449390. OLE color: 1449390.
HSL color Cylindrical-coordinate representation of color #AE1D16: hue angle of 2.76º 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 #AE1D16 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 29 | 22 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.32 |
| HSL | 2.76º | 0.78% | 0.38% | - |
| HSV(B) | 2.76º | 0.87% | 0.68% | - |
| XYZ | 18.04 | 9.94 | 1.73 | - |
| YUV | 71.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 22 | 0 | 0.83 | 0.87 | 0.32 | 2.76 | 0.78 | 0.38 |
| Hex | AE | 1D | 16 | 0 | 53 | 57 | 20 | 3 | 4E | 26 |
| Octal | 256 | 35 | 26 | 0 | 123 | 127 | 40 | 3 | 116 | 46 |
| Binary | 10101110 | 11101 | 10110 | 0 | 1010011 | 1010111 | 100000 | 11 | 1001110 | 100110 |
Color Harmonies of #AE1D16
Complementary color
Monochromatic Colors of #AE1D16
Black with #AE1D16
Text Example
Text Example
White with #AE1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1D16; }
p { color: rgb(174,29,22); }
H1.HeaderClassName
{
color: #AE1D16;
}
.AnyTagClassName
{
color: #AE1D16;
}
</style>
background-color css
<style>
a { background-color: #AE1D16; }
a { background-color: rgb(174,29,22); }
div.DivClassName
{
background-color: #AE1D16;
}
.BgClassName
{
background-color: #AE1D16;
}
</style>
border-color css
<style>
span { border-color: #AE1D16; }
span { border-color: rgb(174,29,22); }
td.TdClassName
{
border-color: #AE1D16;
}
.TagClassName
{
border-color: #AE1D16;
}
</style>