Shades of Venetian Red #AE111B
Tints of Venetian Red #AE111B
RGB
CMYK
RGB Variations
Color information
#AE111B (or 0xAE111B) is known color: Venetian Red. HEX triplet: AE, 11 and 1B. RGB value is (174,17,27). Sum of RGB (Red+Green+Blue) = 174+17+27=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE111B is #51EEE4. Grayscale: #414141. Windows color (decimal): -5369573 or 1773998. OLE color: 1773998.
HSL color Cylindrical-coordinate representation of color #AE111B: hue angle of 356.18º 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 #AE111B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 27 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.32 |
| HSL | 356.18º | 0.82% | 0.37% | - |
| HSV(B) | 356.18º | 0.9% | 0.68% | - |
| XYZ | 17.85 | 9.48 | 1.93 | - |
| YUV | 65.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 27 | 0 | 0.90 | 0.84 | 0.32 | 356.18 | 0.82 | 0.37 |
| Hex | AE | 11 | 1B | 0 | 5A | 54 | 20 | 164 | 52 | 25 |
| Octal | 256 | 21 | 33 | 0 | 132 | 124 | 40 | 544 | 122 | 45 |
| Binary | 10101110 | 10001 | 11011 | 0 | 1011010 | 1010100 | 100000 | 101100100 | 1010010 | 100101 |
Color Harmonies of #AE111B
Complementary color
Monochromatic Colors of #AE111B
Black with #AE111B
Text Example
Text Example
White with #AE111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE111B; }
p { color: rgb(174,17,27); }
H1.HeaderClassName
{
color: #AE111B;
}
.AnyTagClassName
{
color: #AE111B;
}
</style>
background-color css
<style>
a { background-color: #AE111B; }
a { background-color: rgb(174,17,27); }
div.DivClassName
{
background-color: #AE111B;
}
.BgClassName
{
background-color: #AE111B;
}
</style>
border-color css
<style>
span { border-color: #AE111B; }
span { border-color: rgb(174,17,27); }
td.TdClassName
{
border-color: #AE111B;
}
.TagClassName
{
border-color: #AE111B;
}
</style>