Shades of Venetian Red #AE1118
Tints of Venetian Red #AE1118
RGB
CMYK
RGB Variations
Color information
#AE1118 (or 0xAE1118) is known color: Venetian Red. HEX triplet: AE, 11 and 18. RGB value is (174,17,24). Sum of RGB (Red+Green+Blue) = 174+17+24=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1118 is #51EEE7. Grayscale: #404040. Windows color (decimal): -5369576 or 1577390. OLE color: 1577390.
HSL color Cylindrical-coordinate representation of color #AE1118: hue angle of 357.32º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1118 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 24 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.32 |
| HSL | 357.32º | 0.82% | 0.37% | - |
| HSV(B) | 357.32º | 0.9% | 0.68% | - |
| XYZ | 17.82 | 9.47 | 1.75 | - |
| YUV | 64.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 24 | 0 | 0.90 | 0.86 | 0.32 | 357.32 | 0.82 | 0.37 |
| Hex | AE | 11 | 18 | 0 | 5A | 56 | 20 | 165 | 52 | 25 |
| Octal | 256 | 21 | 30 | 0 | 132 | 126 | 40 | 545 | 122 | 45 |
| Binary | 10101110 | 10001 | 11000 | 0 | 1011010 | 1010110 | 100000 | 101100101 | 1010010 | 100101 |
Color Harmonies of #AE1118
Complementary color
Monochromatic Colors of #AE1118
Black with #AE1118
Text Example
Text Example
White with #AE1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1118; }
p { color: rgb(174,17,24); }
H1.HeaderClassName
{
color: #AE1118;
}
.AnyTagClassName
{
color: #AE1118;
}
</style>
background-color css
<style>
a { background-color: #AE1118; }
a { background-color: rgb(174,17,24); }
div.DivClassName
{
background-color: #AE1118;
}
.BgClassName
{
background-color: #AE1118;
}
</style>
border-color css
<style>
span { border-color: #AE1118; }
span { border-color: rgb(174,17,24); }
td.TdClassName
{
border-color: #AE1118;
}
.TagClassName
{
border-color: #AE1118;
}
</style>