Shades of Venetian Red #C60B16
Tints of Venetian Red #C60B16
RGB
CMYK
RGB Variations
Color information
#C60B16 (or 0xC60B16) is known color: Venetian Red. HEX triplet: C6, 0B and 16. RGB value is (198,11,22). Sum of RGB (Red+Green+Blue) = 198+11+22=231 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.71% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60B16 is #39F4E9. Grayscale: #444444. Windows color (decimal): -3798250 or 1444806. OLE color: 1444806.
HSL color Cylindrical-coordinate representation of color #C60B16: hue angle of 356.47º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B16 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 22 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.22 |
| HSL | 356.47º | 0.89% | 0.41% | - |
| HSV(B) | 356.47º | 0.94% | 0.78% | - |
| XYZ | 23.55 | 12.3 | 1.89 | - |
| YUV | 68.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 22 | 0 | 0.94 | 0.89 | 0.22 | 356.47 | 0.89 | 0.41 |
| Hex | C6 | B | 16 | 0 | 5E | 59 | 16 | 164 | 59 | 29 |
| Octal | 306 | 13 | 26 | 0 | 136 | 131 | 26 | 544 | 131 | 51 |
| Binary | 11000110 | 1011 | 10110 | 0 | 1011110 | 1011001 | 10110 | 101100100 | 1011001 | 101001 |
Color Harmonies of #C60B16
Complementary color
Monochromatic Colors of #C60B16
Black with #C60B16
Text Example
Text Example
White with #C60B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B16; }
p { color: rgb(198,11,22); }
H1.HeaderClassName
{
color: #C60B16;
}
.AnyTagClassName
{
color: #C60B16;
}
</style>
background-color css
<style>
a { background-color: #C60B16; }
a { background-color: rgb(198,11,22); }
div.DivClassName
{
background-color: #C60B16;
}
.BgClassName
{
background-color: #C60B16;
}
</style>
border-color css
<style>
span { border-color: #C60B16; }
span { border-color: rgb(198,11,22); }
td.TdClassName
{
border-color: #C60B16;
}
.TagClassName
{
border-color: #C60B16;
}
</style>