Shades of Venetian Red #C00016
Tints of Venetian Red #C00016
RGB
CMYK
RGB Variations
Color information
#C00016 (or 0xC00016) is known color: Venetian Red. HEX triplet: C0, 00 and 16. RGB value is (192,0,22). Sum of RGB (Red+Green+Blue) = 192+0+22=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00016 is #3FFFE9. Grayscale: #3C3C3C. Windows color (decimal): -4194282 or 1441984. OLE color: 1441984.
HSL color Cylindrical-coordinate representation of color #C00016: hue angle of 353.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00016 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.89 | 0.25 |
| HSL | 353.13º | 1% | 0.38% | - |
| HSV(B) | 353.13º | 1% | 0.75% | - |
| XYZ | 21.88 | 11.26 | 1.78 | - |
| YUV | 59.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 22 | 0 | 1 | 0.89 | 0.25 | 353.13 | 1 | 0.38 |
| Hex | C0 | 0 | 16 | 0 | 64 | 59 | 19 | 161 | 64 | 26 |
| Octal | 300 | 0 | 26 | 0 | 144 | 131 | 31 | 541 | 144 | 46 |
| Binary | 11000000 | 0 | 10110 | 0 | 1100100 | 1011001 | 11001 | 101100001 | 1100100 | 100110 |
Color Harmonies of #C00016
Complementary color
Monochromatic Colors of #C00016
Black with #C00016
Text Example
Text Example
White with #C00016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00016; }
p { color: rgb(192,0,22); }
H1.HeaderClassName
{
color: #C00016;
}
.AnyTagClassName
{
color: #C00016;
}
</style>
background-color css
<style>
a { background-color: #C00016; }
a { background-color: rgb(192,0,22); }
div.DivClassName
{
background-color: #C00016;
}
.BgClassName
{
background-color: #C00016;
}
</style>
border-color css
<style>
span { border-color: #C00016; }
span { border-color: rgb(192,0,22); }
td.TdClassName
{
border-color: #C00016;
}
.TagClassName
{
border-color: #C00016;
}
</style>