Shades of Venetian Red #C30B18
Tints of Venetian Red #C30B18
RGB
CMYK
RGB Variations
Color information
#C30B18 (or 0xC30B18) is known color: Venetian Red. HEX triplet: C3, 0B and 18. RGB value is (195,11,24). Sum of RGB (Red+Green+Blue) = 195+11+24=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B18 is #3CF4E7. Grayscale: #434343. Windows color (decimal): -3994856 or 1575875. OLE color: 1575875.
HSL color Cylindrical-coordinate representation of color #C30B18: hue angle of 355.76º 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 #C30B18 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 24 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.24 |
| HSL | 355.76º | 0.89% | 0.4% | - |
| HSV(B) | 355.76º | 0.94% | 0.76% | - |
| XYZ | 22.79 | 11.91 | 1.96 | - |
| YUV | 67.5 | 103.46 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 24 | 0 | 0.94 | 0.88 | 0.24 | 355.76 | 0.89 | 0.4 |
| Hex | C3 | B | 18 | 0 | 5E | 58 | 18 | 164 | 59 | 28 |
| Octal | 303 | 13 | 30 | 0 | 136 | 130 | 30 | 544 | 131 | 50 |
| Binary | 11000011 | 1011 | 11000 | 0 | 1011110 | 1011000 | 11000 | 101100100 | 1011001 | 101000 |
Color Harmonies of #C30B18
Complementary color
Monochromatic Colors of #C30B18
Black with #C30B18
Text Example
Text Example
White with #C30B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B18; }
p { color: rgb(195,11,24); }
H1.HeaderClassName
{
color: #C30B18;
}
.AnyTagClassName
{
color: #C30B18;
}
</style>
background-color css
<style>
a { background-color: #C30B18; }
a { background-color: rgb(195,11,24); }
div.DivClassName
{
background-color: #C30B18;
}
.BgClassName
{
background-color: #C30B18;
}
</style>
border-color css
<style>
span { border-color: #C30B18; }
span { border-color: rgb(195,11,24); }
td.TdClassName
{
border-color: #C30B18;
}
.TagClassName
{
border-color: #C30B18;
}
</style>