Shades of Venetian Red #C30C20
Tints of Venetian Red #C30C20
RGB
CMYK
RGB Variations
Color information
#C30C20 (or 0xC30C20) is known color: Venetian Red. HEX triplet: C3, 0C and 20. RGB value is (195,12,32). Sum of RGB (Red+Green+Blue) = 195+12+32=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C20 is #3CF3DF. Grayscale: #454545. Windows color (decimal): -3994592 or 2100419. OLE color: 2100419.
HSL color Cylindrical-coordinate representation of color #C30C20: hue angle of 353.44º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 32 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.24 |
| HSL | 353.44º | 0.88% | 0.41% | - |
| HSV(B) | 353.44º | 0.94% | 0.76% | - |
| XYZ | 22.9 | 11.97 | 2.47 | - |
| YUV | 69 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 32 | 0 | 0.94 | 0.84 | 0.24 | 353.44 | 0.88 | 0.41 |
| Hex | C3 | C | 20 | 0 | 5E | 54 | 18 | 161 | 58 | 29 |
| Octal | 303 | 14 | 40 | 0 | 136 | 124 | 30 | 541 | 130 | 51 |
| Binary | 11000011 | 1100 | 100000 | 0 | 1011110 | 1010100 | 11000 | 101100001 | 1011000 | 101001 |
Color Harmonies of #C30C20
Complementary color
Monochromatic Colors of #C30C20
Black with #C30C20
Text Example
Text Example
White with #C30C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C20; }
p { color: rgb(195,12,32); }
H1.HeaderClassName
{
color: #C30C20;
}
.AnyTagClassName
{
color: #C30C20;
}
</style>
background-color css
<style>
a { background-color: #C30C20; }
a { background-color: rgb(195,12,32); }
div.DivClassName
{
background-color: #C30C20;
}
.BgClassName
{
background-color: #C30C20;
}
</style>
border-color css
<style>
span { border-color: #C30C20; }
span { border-color: rgb(195,12,32); }
td.TdClassName
{
border-color: #C30C20;
}
.TagClassName
{
border-color: #C30C20;
}
</style>