Shades of Venetian Red #C00B16
Tints of Venetian Red #C00B16
RGB
CMYK
RGB Variations
Color information
#C00B16 (or 0xC00B16) is known color: Venetian Red. HEX triplet: C0, 0B and 16. RGB value is (192,11,22). Sum of RGB (Red+Green+Blue) = 192+11+22=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00B16 is #3FF4E9. Grayscale: #424242. Windows color (decimal): -4191466 or 1444800. OLE color: 1444800.
HSL color Cylindrical-coordinate representation of color #C00B16: hue angle of 356.35º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B16 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 22 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.25 |
| HSL | 356.35º | 0.89% | 0.4% | - |
| HSV(B) | 356.35º | 0.94% | 0.75% | - |
| XYZ | 22 | 11.5 | 1.82 | - |
| YUV | 66.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 22 | 0 | 0.94 | 0.89 | 0.25 | 356.35 | 0.89 | 0.4 |
| Hex | C0 | B | 16 | 0 | 5E | 59 | 19 | 164 | 59 | 28 |
| Octal | 300 | 13 | 26 | 0 | 136 | 131 | 31 | 544 | 131 | 50 |
| Binary | 11000000 | 1011 | 10110 | 0 | 1011110 | 1011001 | 11001 | 101100100 | 1011001 | 101000 |
Color Harmonies of #C00B16
Complementary color
Monochromatic Colors of #C00B16
Black with #C00B16
Text Example
Text Example
White with #C00B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B16; }
p { color: rgb(192,11,22); }
H1.HeaderClassName
{
color: #C00B16;
}
.AnyTagClassName
{
color: #C00B16;
}
</style>
background-color css
<style>
a { background-color: #C00B16; }
a { background-color: rgb(192,11,22); }
div.DivClassName
{
background-color: #C00B16;
}
.BgClassName
{
background-color: #C00B16;
}
</style>
border-color css
<style>
span { border-color: #C00B16; }
span { border-color: rgb(192,11,22); }
td.TdClassName
{
border-color: #C00B16;
}
.TagClassName
{
border-color: #C00B16;
}
</style>