Shades of Venetian Red #AD0B13
Tints of Venetian Red #AD0B13
RGB
CMYK
RGB Variations
Color information
#AD0B13 (or 0xAD0B13) is known color: Venetian Red. HEX triplet: AD, 0B and 13. RGB value is (173,11,19). Sum of RGB (Red+Green+Blue) = 173+11+19=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B13 is #52F4EC. Grayscale: #3C3C3C. Windows color (decimal): -5436653 or 1248173. OLE color: 1248173.
HSL color Cylindrical-coordinate representation of color #AD0B13: hue angle of 357.04º 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 #AD0B13 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 19 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.32 |
| HSL | 357.04º | 0.88% | 0.36% | - |
| HSV(B) | 357.04º | 0.94% | 0.68% | - |
| XYZ | 17.47 | 9.17 | 1.47 | - |
| YUV | 60.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 19 | 0 | 0.94 | 0.89 | 0.32 | 357.04 | 0.88 | 0.36 |
| Hex | AD | B | 13 | 0 | 5E | 59 | 20 | 165 | 58 | 24 |
| Octal | 255 | 13 | 23 | 0 | 136 | 131 | 40 | 545 | 130 | 44 |
| Binary | 10101101 | 1011 | 10011 | 0 | 1011110 | 1011001 | 100000 | 101100101 | 1011000 | 100100 |
Color Harmonies of #AD0B13
Complementary color
Monochromatic Colors of #AD0B13
Black with #AD0B13
Text Example
Text Example
White with #AD0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B13; }
p { color: rgb(173,11,19); }
H1.HeaderClassName
{
color: #AD0B13;
}
.AnyTagClassName
{
color: #AD0B13;
}
</style>
background-color css
<style>
a { background-color: #AD0B13; }
a { background-color: rgb(173,11,19); }
div.DivClassName
{
background-color: #AD0B13;
}
.BgClassName
{
background-color: #AD0B13;
}
</style>
border-color css
<style>
span { border-color: #AD0B13; }
span { border-color: rgb(173,11,19); }
td.TdClassName
{
border-color: #AD0B13;
}
.TagClassName
{
border-color: #AD0B13;
}
</style>