Shades of Venetian Red #AE1020
Tints of Venetian Red #AE1020
RGB
CMYK
RGB Variations
Color information
#AE1020 (or 0xAE1020) is known color: Venetian Red. HEX triplet: AE, 10 and 20. RGB value is (174,16,32). Sum of RGB (Red+Green+Blue) = 174+16+32=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1020 is #51EFDF. Grayscale: #414141. Windows color (decimal): -5369824 or 2101422. OLE color: 2101422.
HSL color Cylindrical-coordinate representation of color #AE1020: hue angle of 353.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1020 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 32 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.32 |
| HSL | 353.92º | 0.83% | 0.37% | - |
| HSV(B) | 353.92º | 0.91% | 0.68% | - |
| XYZ | 17.9 | 9.47 | 2.25 | - |
| YUV | 65.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 32 | 0 | 0.91 | 0.82 | 0.32 | 353.92 | 0.83 | 0.37 |
| Hex | AE | 10 | 20 | 0 | 5B | 52 | 20 | 162 | 53 | 25 |
| Octal | 256 | 20 | 40 | 0 | 133 | 122 | 40 | 542 | 123 | 45 |
| Binary | 10101110 | 10000 | 100000 | 0 | 1011011 | 1010010 | 100000 | 101100010 | 1010011 | 100101 |
Color Harmonies of #AE1020
Complementary color
Monochromatic Colors of #AE1020
Black with #AE1020
Text Example
Text Example
White with #AE1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1020; }
p { color: rgb(174,16,32); }
H1.HeaderClassName
{
color: #AE1020;
}
.AnyTagClassName
{
color: #AE1020;
}
</style>
background-color css
<style>
a { background-color: #AE1020; }
a { background-color: rgb(174,16,32); }
div.DivClassName
{
background-color: #AE1020;
}
.BgClassName
{
background-color: #AE1020;
}
</style>
border-color css
<style>
span { border-color: #AE1020; }
span { border-color: rgb(174,16,32); }
td.TdClassName
{
border-color: #AE1020;
}
.TagClassName
{
border-color: #AE1020;
}
</style>