Shades of Venetian Red #AE111A
Tints of Venetian Red #AE111A
RGB
CMYK
RGB Variations
Color information
#AE111A (or 0xAE111A) is known color: Venetian Red. HEX triplet: AE, 11 and 1A. RGB value is (174,17,26). Sum of RGB (Red+Green+Blue) = 174+17+26=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE111A is #51EEE5. Grayscale: #414141. Windows color (decimal): -5369574 or 1708462. OLE color: 1708462.
HSL color Cylindrical-coordinate representation of color #AE111A: hue angle of 356.56º 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 #AE111A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 26 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.32 |
| HSL | 356.56º | 0.82% | 0.37% | - |
| HSV(B) | 356.56º | 0.9% | 0.68% | - |
| XYZ | 17.84 | 9.47 | 1.87 | - |
| YUV | 64.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 26 | 0 | 0.90 | 0.85 | 0.32 | 356.56 | 0.82 | 0.37 |
| Hex | AE | 11 | 1A | 0 | 5A | 55 | 20 | 165 | 52 | 25 |
| Octal | 256 | 21 | 32 | 0 | 132 | 125 | 40 | 545 | 122 | 45 |
| Binary | 10101110 | 10001 | 11010 | 0 | 1011010 | 1010101 | 100000 | 101100101 | 1010010 | 100101 |
Color Harmonies of #AE111A
Complementary color
Monochromatic Colors of #AE111A
Black with #AE111A
Text Example
Text Example
White with #AE111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE111A; }
p { color: rgb(174,17,26); }
H1.HeaderClassName
{
color: #AE111A;
}
.AnyTagClassName
{
color: #AE111A;
}
</style>
background-color css
<style>
a { background-color: #AE111A; }
a { background-color: rgb(174,17,26); }
div.DivClassName
{
background-color: #AE111A;
}
.BgClassName
{
background-color: #AE111A;
}
</style>
border-color css
<style>
span { border-color: #AE111A; }
span { border-color: rgb(174,17,26); }
td.TdClassName
{
border-color: #AE111A;
}
.TagClassName
{
border-color: #AE111A;
}
</style>