Shades of Venetian Red #C30B12
Tints of Venetian Red #C30B12
RGB
CMYK
RGB Variations
Color information
#C30B12 (or 0xC30B12) is known color: Venetian Red. HEX triplet: C3, 0B and 12. RGB value is (195,11,18). Sum of RGB (Red+Green+Blue) = 195+11+18=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30B12 is #3CF4ED. Grayscale: #424242. Windows color (decimal): -3994862 or 1182659. OLE color: 1182659.
HSL color Cylindrical-coordinate representation of color #C30B12: hue angle of 357.72º 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 #C30B12 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 18 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.24 |
| HSL | 357.72º | 0.89% | 0.4% | - |
| HSV(B) | 357.72º | 0.94% | 0.76% | - |
| XYZ | 22.73 | 11.89 | 1.67 | - |
| YUV | 66.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 18 | 0 | 0.94 | 0.91 | 0.24 | 357.72 | 0.89 | 0.4 |
| Hex | C3 | B | 12 | 0 | 5E | 5B | 18 | 166 | 59 | 28 |
| Octal | 303 | 13 | 22 | 0 | 136 | 133 | 30 | 546 | 131 | 50 |
| Binary | 11000011 | 1011 | 10010 | 0 | 1011110 | 1011011 | 11000 | 101100110 | 1011001 | 101000 |
Color Harmonies of #C30B12
Complementary color
Monochromatic Colors of #C30B12
Black with #C30B12
Text Example
Text Example
White with #C30B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B12; }
p { color: rgb(195,11,18); }
H1.HeaderClassName
{
color: #C30B12;
}
.AnyTagClassName
{
color: #C30B12;
}
</style>
background-color css
<style>
a { background-color: #C30B12; }
a { background-color: rgb(195,11,18); }
div.DivClassName
{
background-color: #C30B12;
}
.BgClassName
{
background-color: #C30B12;
}
</style>
border-color css
<style>
span { border-color: #C30B12; }
span { border-color: rgb(195,11,18); }
td.TdClassName
{
border-color: #C30B12;
}
.TagClassName
{
border-color: #C30B12;
}
</style>