Shades of Venetian Red #C0060B
Tints of Venetian Red #C0060B
RGB
CMYK
RGB Variations
Color information
#C0060B (or 0xC0060B) is known color: Venetian Red. HEX triplet: C0, 06 and 0B. RGB value is (192,6,11). Sum of RGB (Red+Green+Blue) = 192+6+11=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C0060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0060B is #3FF9F4. Grayscale: #3E3E3E. Windows color (decimal): -4192757 or 722624. OLE color: 722624.
HSL color Cylindrical-coordinate representation of color #C0060B: hue angle of 358.39º degrees, saturation: 0.94, 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 #C0060B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.25 |
| HSL | 358.39º | 0.94% | 0.39% | - |
| HSV(B) | 358.39º | 0.97% | 0.75% | - |
| XYZ | 21.86 | 11.36 | 1.36 | - |
| YUV | 62.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 11 | 0 | 0.97 | 0.94 | 0.25 | 358.39 | 0.94 | 0.39 |
| Hex | C0 | 6 | B | 0 | 61 | 5E | 19 | 166 | 5E | 27 |
| Octal | 300 | 6 | 13 | 0 | 141 | 136 | 31 | 546 | 136 | 47 |
| Binary | 11000000 | 110 | 1011 | 0 | 1100001 | 1011110 | 11001 | 101100110 | 1011110 | 100111 |
Color Harmonies of #C0060B
Complementary color
Monochromatic Colors of #C0060B
Black with #C0060B
Text Example
Text Example
White with #C0060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0060B; }
p { color: rgb(192,6,11); }
H1.HeaderClassName
{
color: #C0060B;
}
.AnyTagClassName
{
color: #C0060B;
}
</style>
background-color css
<style>
a { background-color: #C0060B; }
a { background-color: rgb(192,6,11); }
div.DivClassName
{
background-color: #C0060B;
}
.BgClassName
{
background-color: #C0060B;
}
</style>
border-color css
<style>
span { border-color: #C0060B; }
span { border-color: rgb(192,6,11); }
td.TdClassName
{
border-color: #C0060B;
}
.TagClassName
{
border-color: #C0060B;
}
</style>