Shades of Venetian Red #C0000B
Tints of Venetian Red #C0000B
RGB
CMYK
RGB Variations
Color information
#C0000B (or 0xC0000B) is known color: Venetian Red. HEX triplet: C0, 00 and 0B. RGB value is (192,0,11). Sum of RGB (Red+Green+Blue) = 192+0+11=203 (26% of max value = 765). Red value is 192 (75.39% from 255 or 94.58% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 192 - color contains mainly: red. Hex color #C0000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0000B is #3FFFF4. Grayscale: #3A3A3A. Windows color (decimal): -4194293 or 721088. OLE color: 721088.
HSL color Cylindrical-coordinate representation of color #C0000B: hue angle of 356.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.25 |
| HSL | 356.56º | 1% | 0.38% | - |
| HSV(B) | 356.56º | 1% | 0.75% | - |
| XYZ | 21.8 | 11.23 | 1.34 | - |
| YUV | 58.66 | 101.11 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 11 | 0 | 1 | 0.94 | 0.25 | 356.56 | 1 | 0.38 |
| Hex | C0 | 0 | B | 0 | 64 | 5E | 19 | 165 | 64 | 26 |
| Octal | 300 | 0 | 13 | 0 | 144 | 136 | 31 | 545 | 144 | 46 |
| Binary | 11000000 | 0 | 1011 | 0 | 1100100 | 1011110 | 11001 | 101100101 | 1100100 | 100110 |
Color Harmonies of #C0000B
Complementary color
Monochromatic Colors of #C0000B
Black with #C0000B
Text Example
Text Example
White with #C0000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0000B; }
p { color: rgb(192,0,11); }
H1.HeaderClassName
{
color: #C0000B;
}
.AnyTagClassName
{
color: #C0000B;
}
</style>
background-color css
<style>
a { background-color: #C0000B; }
a { background-color: rgb(192,0,11); }
div.DivClassName
{
background-color: #C0000B;
}
.BgClassName
{
background-color: #C0000B;
}
</style>
border-color css
<style>
span { border-color: #C0000B; }
span { border-color: rgb(192,0,11); }
td.TdClassName
{
border-color: #C0000B;
}
.TagClassName
{
border-color: #C0000B;
}
</style>