Shades of Venetian Red #C00612
Tints of Venetian Red #C00612
RGB
CMYK
RGB Variations
Color information
#C00612 (or 0xC00612) is known color: Venetian Red. HEX triplet: C0, 06 and 12. RGB value is (192,6,18). Sum of RGB (Red+Green+Blue) = 192+6+18=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C00612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00612 is #3FF9ED. Grayscale: #3F3F3F. Windows color (decimal): -4192750 or 1181376. OLE color: 1181376.
HSL color Cylindrical-coordinate representation of color #C00612: hue angle of 356.13º 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 #C00612 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.25 |
| HSL | 356.13º | 0.94% | 0.39% | - |
| HSV(B) | 356.13º | 0.97% | 0.75% | - |
| XYZ | 21.91 | 11.38 | 1.61 | - |
| YUV | 62.98 | 102.62 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 18 | 0 | 0.97 | 0.91 | 0.25 | 356.13 | 0.94 | 0.39 |
| Hex | C0 | 6 | 12 | 0 | 61 | 5B | 19 | 164 | 5E | 27 |
| Octal | 300 | 6 | 22 | 0 | 141 | 133 | 31 | 544 | 136 | 47 |
| Binary | 11000000 | 110 | 10010 | 0 | 1100001 | 1011011 | 11001 | 101100100 | 1011110 | 100111 |
Color Harmonies of #C00612
Complementary color
Monochromatic Colors of #C00612
Black with #C00612
Text Example
Text Example
White with #C00612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00612; }
p { color: rgb(192,6,18); }
H1.HeaderClassName
{
color: #C00612;
}
.AnyTagClassName
{
color: #C00612;
}
</style>
background-color css
<style>
a { background-color: #C00612; }
a { background-color: rgb(192,6,18); }
div.DivClassName
{
background-color: #C00612;
}
.BgClassName
{
background-color: #C00612;
}
</style>
border-color css
<style>
span { border-color: #C00612; }
span { border-color: rgb(192,6,18); }
td.TdClassName
{
border-color: #C00612;
}
.TagClassName
{
border-color: #C00612;
}
</style>