Shades of Venetian Red #C30B19
Tints of Venetian Red #C30B19
RGB
CMYK
RGB Variations
Color information
#C30B19 (or 0xC30B19) is known color: Venetian Red. HEX triplet: C3, 0B and 19. RGB value is (195,11,25). Sum of RGB (Red+Green+Blue) = 195+11+25=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B19 is #3CF4E6. Grayscale: #434343. Windows color (decimal): -3994855 or 1641411. OLE color: 1641411.
HSL color Cylindrical-coordinate representation of color #C30B19: hue angle of 355.43º 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 #C30B19 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 25 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.24 |
| HSL | 355.43º | 0.89% | 0.4% | - |
| HSV(B) | 355.43º | 0.94% | 0.76% | - |
| XYZ | 22.8 | 11.91 | 2.02 | - |
| YUV | 67.61 | 103.96 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 25 | 0 | 0.94 | 0.87 | 0.24 | 355.43 | 0.89 | 0.4 |
| Hex | C3 | B | 19 | 0 | 5E | 57 | 18 | 163 | 59 | 28 |
| Octal | 303 | 13 | 31 | 0 | 136 | 127 | 30 | 543 | 131 | 50 |
| Binary | 11000011 | 1011 | 11001 | 0 | 1011110 | 1010111 | 11000 | 101100011 | 1011001 | 101000 |
Color Harmonies of #C30B19
Complementary color
Monochromatic Colors of #C30B19
Black with #C30B19
Text Example
Text Example
White with #C30B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B19; }
p { color: rgb(195,11,25); }
H1.HeaderClassName
{
color: #C30B19;
}
.AnyTagClassName
{
color: #C30B19;
}
</style>
background-color css
<style>
a { background-color: #C30B19; }
a { background-color: rgb(195,11,25); }
div.DivClassName
{
background-color: #C30B19;
}
.BgClassName
{
background-color: #C30B19;
}
</style>
border-color css
<style>
span { border-color: #C30B19; }
span { border-color: rgb(195,11,25); }
td.TdClassName
{
border-color: #C30B19;
}
.TagClassName
{
border-color: #C30B19;
}
</style>