Shades of Venetian Red #C3000B
Tints of Venetian Red #C3000B
RGB
CMYK
RGB Variations
Color information
#C3000B (or 0xC3000B) is known color: Venetian Red. HEX triplet: C3, 00 and 0B. RGB value is (195,0,11). Sum of RGB (Red+Green+Blue) = 195+0+11=206 (27% of max value = 765). Red value is 195 (76.56% from 255 or 94.66% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 195 - color contains mainly: red. Hex color #C3000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3000B is #3CFFF4. Grayscale: #3B3B3B. Windows color (decimal): -3997685 or 721091. OLE color: 721091.
HSL color Cylindrical-coordinate representation of color #C3000B: hue angle of 356.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.24 |
| HSL | 356.62º | 1% | 0.38% | - |
| HSV(B) | 356.62º | 1% | 0.76% | - |
| XYZ | 22.57 | 11.63 | 1.37 | - |
| YUV | 59.56 | 100.6 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 11 | 0 | 1 | 0.94 | 0.24 | 356.62 | 1 | 0.38 |
| Hex | C3 | 0 | B | 0 | 64 | 5E | 18 | 165 | 64 | 26 |
| Octal | 303 | 0 | 13 | 0 | 144 | 136 | 30 | 545 | 144 | 46 |
| Binary | 11000011 | 0 | 1011 | 0 | 1100100 | 1011110 | 11000 | 101100101 | 1100100 | 100110 |
Color Harmonies of #C3000B
Complementary color
Monochromatic Colors of #C3000B
Black with #C3000B
Text Example
Text Example
White with #C3000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3000B; }
p { color: rgb(195,0,11); }
H1.HeaderClassName
{
color: #C3000B;
}
.AnyTagClassName
{
color: #C3000B;
}
</style>
background-color css
<style>
a { background-color: #C3000B; }
a { background-color: rgb(195,0,11); }
div.DivClassName
{
background-color: #C3000B;
}
.BgClassName
{
background-color: #C3000B;
}
</style>
border-color css
<style>
span { border-color: #C3000B; }
span { border-color: rgb(195,0,11); }
td.TdClassName
{
border-color: #C3000B;
}
.TagClassName
{
border-color: #C3000B;
}
</style>