Shades of Fire Brick #AE1A16
Tints of Fire Brick #AE1A16
RGB
CMYK
RGB Variations
Color information
#AE1A16 (or 0xAE1A16) is known color: Fire Brick. HEX triplet: AE, 1A and 16. RGB value is (174,26,22). Sum of RGB (Red+Green+Blue) = 174+26+22=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1A16 is #51E5E9. Grayscale: #454545. Windows color (decimal): -5367274 or 1448622. OLE color: 1448622.
HSL color Cylindrical-coordinate representation of color #AE1A16: hue angle of 1.58º 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 #AE1A16 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 22 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.32 |
| HSL | 1.58º | 0.78% | 0.38% | - |
| HSV(B) | 1.58º | 0.87% | 0.68% | - |
| XYZ | 17.97 | 9.8 | 1.7 | - |
| YUV | 69.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 22 | 0 | 0.85 | 0.87 | 0.32 | 1.58 | 0.78 | 0.38 |
| Hex | AE | 1A | 16 | 0 | 55 | 57 | 20 | 2 | 4E | 26 |
| Octal | 256 | 32 | 26 | 0 | 125 | 127 | 40 | 2 | 116 | 46 |
| Binary | 10101110 | 11010 | 10110 | 0 | 1010101 | 1010111 | 100000 | 10 | 1001110 | 100110 |
Color Harmonies of #AE1A16
Complementary color
Monochromatic Colors of #AE1A16
Black with #AE1A16
Text Example
Text Example
White with #AE1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A16; }
p { color: rgb(174,26,22); }
H1.HeaderClassName
{
color: #AE1A16;
}
.AnyTagClassName
{
color: #AE1A16;
}
</style>
background-color css
<style>
a { background-color: #AE1A16; }
a { background-color: rgb(174,26,22); }
div.DivClassName
{
background-color: #AE1A16;
}
.BgClassName
{
background-color: #AE1A16;
}
</style>
border-color css
<style>
span { border-color: #AE1A16; }
span { border-color: rgb(174,26,22); }
td.TdClassName
{
border-color: #AE1A16;
}
.TagClassName
{
border-color: #AE1A16;
}
</style>