Shades of Venetian Red #AE101E
Tints of Venetian Red #AE101E
RGB
CMYK
RGB Variations
Color information
#AE101E (or 0xAE101E) is known color: Venetian Red. HEX triplet: AE, 10 and 1E. RGB value is (174,16,30). Sum of RGB (Red+Green+Blue) = 174+16+30=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE101E is #51EFE1. Grayscale: #404040. Windows color (decimal): -5369826 or 1970350. OLE color: 1970350.
HSL color Cylindrical-coordinate representation of color #AE101E: hue angle of 354.68º 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 #AE101E is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 30 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.32 |
| HSL | 354.68º | 0.83% | 0.37% | - |
| HSV(B) | 354.68º | 0.91% | 0.68% | - |
| XYZ | 17.88 | 9.46 | 2.11 | - |
| YUV | 64.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 30 | 0 | 0.91 | 0.83 | 0.32 | 354.68 | 0.83 | 0.37 |
| Hex | AE | 10 | 1E | 0 | 5B | 53 | 20 | 163 | 53 | 25 |
| Octal | 256 | 20 | 36 | 0 | 133 | 123 | 40 | 543 | 123 | 45 |
| Binary | 10101110 | 10000 | 11110 | 0 | 1011011 | 1010011 | 100000 | 101100011 | 1010011 | 100101 |
Color Harmonies of #AE101E
Complementary color
Monochromatic Colors of #AE101E
Black with #AE101E
Text Example
Text Example
White with #AE101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE101E; }
p { color: rgb(174,16,30); }
H1.HeaderClassName
{
color: #AE101E;
}
.AnyTagClassName
{
color: #AE101E;
}
</style>
background-color css
<style>
a { background-color: #AE101E; }
a { background-color: rgb(174,16,30); }
div.DivClassName
{
background-color: #AE101E;
}
.BgClassName
{
background-color: #AE101E;
}
</style>
border-color css
<style>
span { border-color: #AE101E; }
span { border-color: rgb(174,16,30); }
td.TdClassName
{
border-color: #AE101E;
}
.TagClassName
{
border-color: #AE101E;
}
</style>