Shades of Venetian Red #C0010C
Tints of Venetian Red #C0010C
RGB
CMYK
RGB Variations
Color information
#C0010C (or 0xC0010C) is known color: Venetian Red. HEX triplet: C0, 01 and 0C. RGB value is (192,1,12). Sum of RGB (Red+Green+Blue) = 192+1+12=205 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.66% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 192 - color contains mainly: red. Hex color #C0010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0010C is #3FFEF3. Grayscale: #3B3B3B. Windows color (decimal): -4194036 or 786880. OLE color: 786880.
HSL color Cylindrical-coordinate representation of color #C0010C: hue angle of 356.54º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0010C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.25 |
| HSL | 356.54º | 0.99% | 0.38% | - |
| HSV(B) | 356.54º | 0.99% | 0.75% | - |
| XYZ | 21.82 | 11.25 | 1.37 | - |
| YUV | 59.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 12 | 0 | 0.99 | 0.94 | 0.25 | 356.54 | 0.99 | 0.38 |
| Hex | C0 | 1 | C | 0 | 63 | 5E | 19 | 165 | 63 | 26 |
| Octal | 300 | 1 | 14 | 0 | 143 | 136 | 31 | 545 | 143 | 46 |
| Binary | 11000000 | 1 | 1100 | 0 | 1100011 | 1011110 | 11001 | 101100101 | 1100011 | 100110 |
Color Harmonies of #C0010C
Complementary color
Monochromatic Colors of #C0010C
Black with #C0010C
Text Example
Text Example
White with #C0010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0010C; }
p { color: rgb(192,1,12); }
H1.HeaderClassName
{
color: #C0010C;
}
.AnyTagClassName
{
color: #C0010C;
}
</style>
background-color css
<style>
a { background-color: #C0010C; }
a { background-color: rgb(192,1,12); }
div.DivClassName
{
background-color: #C0010C;
}
.BgClassName
{
background-color: #C0010C;
}
</style>
border-color css
<style>
span { border-color: #C0010C; }
span { border-color: rgb(192,1,12); }
td.TdClassName
{
border-color: #C0010C;
}
.TagClassName
{
border-color: #C0010C;
}
</style>