Shades of Venetian Red #AD0B11
Tints of Venetian Red #AD0B11
RGB
CMYK
RGB Variations
Color information
#AD0B11 (or 0xAD0B11) is known color: Venetian Red. HEX triplet: AD, 0B and 11. RGB value is (173,11,17). Sum of RGB (Red+Green+Blue) = 173+11+17=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B11 is #52F4EE. Grayscale: #3C3C3C. Windows color (decimal): -5436655 or 1117101. OLE color: 1117101.
HSL color Cylindrical-coordinate representation of color #AD0B11: hue angle of 357.78º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B11 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 17 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.32 |
| HSL | 357.78º | 0.88% | 0.36% | - |
| HSV(B) | 357.78º | 0.94% | 0.68% | - |
| XYZ | 17.45 | 9.16 | 1.38 | - |
| YUV | 60.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 17 | 0 | 0.94 | 0.90 | 0.32 | 357.78 | 0.88 | 0.36 |
| Hex | AD | B | 11 | 0 | 5E | 5A | 20 | 166 | 58 | 24 |
| Octal | 255 | 13 | 21 | 0 | 136 | 132 | 40 | 546 | 130 | 44 |
| Binary | 10101101 | 1011 | 10001 | 0 | 1011110 | 1011010 | 100000 | 101100110 | 1011000 | 100100 |
Color Harmonies of #AD0B11
Complementary color
Monochromatic Colors of #AD0B11
Black with #AD0B11
Text Example
Text Example
White with #AD0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B11; }
p { color: rgb(173,11,17); }
H1.HeaderClassName
{
color: #AD0B11;
}
.AnyTagClassName
{
color: #AD0B11;
}
</style>
background-color css
<style>
a { background-color: #AD0B11; }
a { background-color: rgb(173,11,17); }
div.DivClassName
{
background-color: #AD0B11;
}
.BgClassName
{
background-color: #AD0B11;
}
</style>
border-color css
<style>
span { border-color: #AD0B11; }
span { border-color: rgb(173,11,17); }
td.TdClassName
{
border-color: #AD0B11;
}
.TagClassName
{
border-color: #AD0B11;
}
</style>