Shades of Venetian Red #C6060B
Tints of Venetian Red #C6060B
RGB
CMYK
RGB Variations
Color information
#C6060B (or 0xC6060B) is known color: Venetian Red. HEX triplet: C6, 06 and 0B. RGB value is (198,6,11). Sum of RGB (Red+Green+Blue) = 198+6+11=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C6060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6060B is #39F9F4. Grayscale: #404040. Windows color (decimal): -3799541 or 722630. OLE color: 722630.
HSL color Cylindrical-coordinate representation of color #C6060B: hue angle of 358.44º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6060B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.22 |
| HSL | 358.44º | 0.94% | 0.4% | - |
| HSV(B) | 358.44º | 0.97% | 0.78% | - |
| XYZ | 23.41 | 12.16 | 1.43 | - |
| YUV | 63.98 | 98.11 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 11 | 0 | 0.97 | 0.94 | 0.22 | 358.44 | 0.94 | 0.4 |
| Hex | C6 | 6 | B | 0 | 61 | 5E | 16 | 166 | 5E | 28 |
| Octal | 306 | 6 | 13 | 0 | 141 | 136 | 26 | 546 | 136 | 50 |
| Binary | 11000110 | 110 | 1011 | 0 | 1100001 | 1011110 | 10110 | 101100110 | 1011110 | 101000 |
Color Harmonies of #C6060B
Complementary color
Monochromatic Colors of #C6060B
Black with #C6060B
Text Example
Text Example
White with #C6060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6060B; }
p { color: rgb(198,6,11); }
H1.HeaderClassName
{
color: #C6060B;
}
.AnyTagClassName
{
color: #C6060B;
}
</style>
background-color css
<style>
a { background-color: #C6060B; }
a { background-color: rgb(198,6,11); }
div.DivClassName
{
background-color: #C6060B;
}
.BgClassName
{
background-color: #C6060B;
}
</style>
border-color css
<style>
span { border-color: #C6060B; }
span { border-color: rgb(198,6,11); }
td.TdClassName
{
border-color: #C6060B;
}
.TagClassName
{
border-color: #C6060B;
}
</style>