Shades of Venetian Red #C01012
Tints of Venetian Red #C01012
RGB
CMYK
RGB Variations
Color information
#C01012 (or 0xC01012) is known color: Venetian Red. HEX triplet: C0, 10 and 12. RGB value is (192,16,18). Sum of RGB (Red+Green+Blue) = 192+16+18=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C01012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01012 is #3FEFED. Grayscale: #454545. Windows color (decimal): -4190190 or 1183936. OLE color: 1183936.
HSL color Cylindrical-coordinate representation of color #C01012: hue angle of 359.32º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01012 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 18 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.25 |
| HSL | 359.32º | 0.85% | 0.41% | - |
| HSV(B) | 359.32º | 0.92% | 0.75% | - |
| XYZ | 22.03 | 11.62 | 1.65 | - |
| YUV | 68.85 | 99.31 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 18 | 0 | 0.92 | 0.91 | 0.25 | 359.32 | 0.85 | 0.41 |
| Hex | C0 | 10 | 12 | 0 | 5C | 5B | 19 | 167 | 55 | 29 |
| Octal | 300 | 20 | 22 | 0 | 134 | 133 | 31 | 547 | 125 | 51 |
| Binary | 11000000 | 10000 | 10010 | 0 | 1011100 | 1011011 | 11001 | 101100111 | 1010101 | 101001 |
Color Harmonies of #C01012
Complementary color
Monochromatic Colors of #C01012
Black with #C01012
Text Example
Text Example
White with #C01012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01012; }
p { color: rgb(192,16,18); }
H1.HeaderClassName
{
color: #C01012;
}
.AnyTagClassName
{
color: #C01012;
}
</style>
background-color css
<style>
a { background-color: #C01012; }
a { background-color: rgb(192,16,18); }
div.DivClassName
{
background-color: #C01012;
}
.BgClassName
{
background-color: #C01012;
}
</style>
border-color css
<style>
span { border-color: #C01012; }
span { border-color: rgb(192,16,18); }
td.TdClassName
{
border-color: #C01012;
}
.TagClassName
{
border-color: #C01012;
}
</style>