Shades of Venetian Red #C30B0C
Tints of Venetian Red #C30B0C
RGB
CMYK
RGB Variations
Color information
#C30B0C (or 0xC30B0C) is known color: Venetian Red. HEX triplet: C3, 0B and 0C. RGB value is (195,11,12). Sum of RGB (Red+Green+Blue) = 195+11+12=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B0C is #3CF4F3. Grayscale: #424242. Windows color (decimal): -3994868 or 789443. OLE color: 789443.
HSL color Cylindrical-coordinate representation of color #C30B0C: hue angle of 359.67º 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 #C30B0C is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 12 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.24 |
| HSL | 359.67º | 0.89% | 0.4% | - |
| HSV(B) | 359.67º | 0.94% | 0.76% | - |
| XYZ | 22.69 | 11.87 | 1.44 | - |
| YUV | 66.13 | 97.46 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 12 | 0 | 0.94 | 0.94 | 0.24 | 359.67 | 0.89 | 0.4 |
| Hex | C3 | B | C | 0 | 5E | 5E | 18 | 168 | 59 | 28 |
| Octal | 303 | 13 | 14 | 0 | 136 | 136 | 30 | 550 | 131 | 50 |
| Binary | 11000011 | 1011 | 1100 | 0 | 1011110 | 1011110 | 11000 | 101101000 | 1011001 | 101000 |
Color Harmonies of #C30B0C
Complementary color
Monochromatic Colors of #C30B0C
Black with #C30B0C
Text Example
Text Example
White with #C30B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B0C; }
p { color: rgb(195,11,12); }
H1.HeaderClassName
{
color: #C30B0C;
}
.AnyTagClassName
{
color: #C30B0C;
}
</style>
background-color css
<style>
a { background-color: #C30B0C; }
a { background-color: rgb(195,11,12); }
div.DivClassName
{
background-color: #C30B0C;
}
.BgClassName
{
background-color: #C30B0C;
}
</style>
border-color css
<style>
span { border-color: #C30B0C; }
span { border-color: rgb(195,11,12); }
td.TdClassName
{
border-color: #C30B0C;
}
.TagClassName
{
border-color: #C30B0C;
}
</style>