Shades of Venetian Red #C30B17
Tints of Venetian Red #C30B17
RGB
CMYK
RGB Variations
Color information
#C30B17 (or 0xC30B17) is known color: Venetian Red. HEX triplet: C3, 0B and 17. RGB value is (195,11,23). Sum of RGB (Red+Green+Blue) = 195+11+23=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B17 is #3CF4E8. Grayscale: #434343. Windows color (decimal): -3994857 or 1510339. OLE color: 1510339.
HSL color Cylindrical-coordinate representation of color #C30B17: hue angle of 356.09º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B17 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 23 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.24 |
| HSL | 356.09º | 0.89% | 0.4% | - |
| HSV(B) | 356.09º | 0.94% | 0.76% | - |
| XYZ | 22.78 | 11.9 | 1.91 | - |
| YUV | 67.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 23 | 0 | 0.94 | 0.88 | 0.24 | 356.09 | 0.89 | 0.4 |
| Hex | C3 | B | 17 | 0 | 5E | 58 | 18 | 164 | 59 | 28 |
| Octal | 303 | 13 | 27 | 0 | 136 | 130 | 30 | 544 | 131 | 50 |
| Binary | 11000011 | 1011 | 10111 | 0 | 1011110 | 1011000 | 11000 | 101100100 | 1011001 | 101000 |
Color Harmonies of #C30B17
Complementary color
Monochromatic Colors of #C30B17
Black with #C30B17
Text Example
Text Example
White with #C30B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B17; }
p { color: rgb(195,11,23); }
H1.HeaderClassName
{
color: #C30B17;
}
.AnyTagClassName
{
color: #C30B17;
}
</style>
background-color css
<style>
a { background-color: #C30B17; }
a { background-color: rgb(195,11,23); }
div.DivClassName
{
background-color: #C30B17;
}
.BgClassName
{
background-color: #C30B17;
}
</style>
border-color css
<style>
span { border-color: #C30B17; }
span { border-color: rgb(195,11,23); }
td.TdClassName
{
border-color: #C30B17;
}
.TagClassName
{
border-color: #C30B17;
}
</style>