Shades of Venetian Red #C00516
Tints of Venetian Red #C00516
RGB
CMYK
RGB Variations
Color information
#C00516 (or 0xC00516) is known color: Venetian Red. HEX triplet: C0, 05 and 16. RGB value is (192,5,22). Sum of RGB (Red+Green+Blue) = 192+5+22=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C00516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00516 is #3FFAE9. Grayscale: #3E3E3E. Windows color (decimal): -4193002 or 1443264. OLE color: 1443264.
HSL color Cylindrical-coordinate representation of color #C00516: hue angle of 354.55º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00516 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.25 |
| HSL | 354.55º | 0.95% | 0.39% | - |
| HSV(B) | 354.55º | 0.97% | 0.75% | - |
| XYZ | 21.94 | 11.37 | 1.8 | - |
| YUV | 62.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 22 | 0 | 0.97 | 0.89 | 0.25 | 354.55 | 0.95 | 0.39 |
| Hex | C0 | 5 | 16 | 0 | 61 | 59 | 19 | 163 | 5F | 27 |
| Octal | 300 | 5 | 26 | 0 | 141 | 131 | 31 | 543 | 137 | 47 |
| Binary | 11000000 | 101 | 10110 | 0 | 1100001 | 1011001 | 11001 | 101100011 | 1011111 | 100111 |
Color Harmonies of #C00516
Complementary color
Monochromatic Colors of #C00516
Black with #C00516
Text Example
Text Example
White with #C00516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00516; }
p { color: rgb(192,5,22); }
H1.HeaderClassName
{
color: #C00516;
}
.AnyTagClassName
{
color: #C00516;
}
</style>
background-color css
<style>
a { background-color: #C00516; }
a { background-color: rgb(192,5,22); }
div.DivClassName
{
background-color: #C00516;
}
.BgClassName
{
background-color: #C00516;
}
</style>
border-color css
<style>
span { border-color: #C00516; }
span { border-color: rgb(192,5,22); }
td.TdClassName
{
border-color: #C00516;
}
.TagClassName
{
border-color: #C00516;
}
</style>