Shades of Venetian Red #C60B19
Tints of Venetian Red #C60B19
RGB
CMYK
RGB Variations
Color information
#C60B19 (or 0xC60B19) is known color: Venetian Red. HEX triplet: C6, 0B and 19. RGB value is (198,11,25). Sum of RGB (Red+Green+Blue) = 198+11+25=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60B19 is #39F4E6. Grayscale: #444444. Windows color (decimal): -3798247 or 1641414. OLE color: 1641414.
HSL color Cylindrical-coordinate representation of color #C60B19: hue angle of 355.51º 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 #C60B19 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 25 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.22 |
| HSL | 355.51º | 0.89% | 0.41% | - |
| HSV(B) | 355.51º | 0.94% | 0.78% | - |
| XYZ | 23.58 | 12.32 | 2.05 | - |
| YUV | 68.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 25 | 0 | 0.94 | 0.87 | 0.22 | 355.51 | 0.89 | 0.41 |
| Hex | C6 | B | 19 | 0 | 5E | 57 | 16 | 164 | 59 | 29 |
| Octal | 306 | 13 | 31 | 0 | 136 | 127 | 26 | 544 | 131 | 51 |
| Binary | 11000110 | 1011 | 11001 | 0 | 1011110 | 1010111 | 10110 | 101100100 | 1011001 | 101001 |
Color Harmonies of #C60B19
Complementary color
Monochromatic Colors of #C60B19
Black with #C60B19
Text Example
Text Example
White with #C60B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B19; }
p { color: rgb(198,11,25); }
H1.HeaderClassName
{
color: #C60B19;
}
.AnyTagClassName
{
color: #C60B19;
}
</style>
background-color css
<style>
a { background-color: #C60B19; }
a { background-color: rgb(198,11,25); }
div.DivClassName
{
background-color: #C60B19;
}
.BgClassName
{
background-color: #C60B19;
}
</style>
border-color css
<style>
span { border-color: #C60B19; }
span { border-color: rgb(198,11,25); }
td.TdClassName
{
border-color: #C60B19;
}
.TagClassName
{
border-color: #C60B19;
}
</style>