Shades of Venetian Red #AE1420
Tints of Venetian Red #AE1420
RGB
CMYK
RGB Variations
Color information
#AE1420 (or 0xAE1420) is known color: Venetian Red. HEX triplet: AE, 14 and 20. RGB value is (174,20,32). Sum of RGB (Red+Green+Blue) = 174+20+32=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1420 is #51EBDF. Grayscale: #434343. Windows color (decimal): -5368800 or 2102446. OLE color: 2102446.
HSL color Cylindrical-coordinate representation of color #AE1420: hue angle of 355.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1420 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 32 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.32 |
| HSL | 355.32º | 0.79% | 0.38% | - |
| HSV(B) | 355.32º | 0.89% | 0.68% | - |
| XYZ | 17.97 | 9.6 | 2.27 | - |
| YUV | 67.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 32 | 0 | 0.89 | 0.82 | 0.32 | 355.32 | 0.79 | 0.38 |
| Hex | AE | 14 | 20 | 0 | 59 | 52 | 20 | 163 | 4F | 26 |
| Octal | 256 | 24 | 40 | 0 | 131 | 122 | 40 | 543 | 117 | 46 |
| Binary | 10101110 | 10100 | 100000 | 0 | 1011001 | 1010010 | 100000 | 101100011 | 1001111 | 100110 |
Color Harmonies of #AE1420
Complementary color
Monochromatic Colors of #AE1420
Black with #AE1420
Text Example
Text Example
White with #AE1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1420; }
p { color: rgb(174,20,32); }
H1.HeaderClassName
{
color: #AE1420;
}
.AnyTagClassName
{
color: #AE1420;
}
</style>
background-color css
<style>
a { background-color: #AE1420; }
a { background-color: rgb(174,20,32); }
div.DivClassName
{
background-color: #AE1420;
}
.BgClassName
{
background-color: #AE1420;
}
</style>
border-color css
<style>
span { border-color: #AE1420; }
span { border-color: rgb(174,20,32); }
td.TdClassName
{
border-color: #AE1420;
}
.TagClassName
{
border-color: #AE1420;
}
</style>