Shades of Venetian Red #C2000B
Tints of Venetian Red #C2000B
RGB
CMYK
RGB Variations
Color information
#C2000B (or 0xC2000B) is known color: Venetian Red. HEX triplet: C2, 00 and 0B. RGB value is (194,0,11). Sum of RGB (Red+Green+Blue) = 194+0+11=205 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.63% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 194 - color contains mainly: red. Hex color #C2000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2000B is #3DFFF4. Grayscale: #3B3B3B. Windows color (decimal): -4063221 or 721090. OLE color: 721090.
HSL color Cylindrical-coordinate representation of color #C2000B: hue angle of 356.6º 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 #C2000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.24 |
| HSL | 356.6º | 1% | 0.38% | - |
| HSV(B) | 356.6º | 1% | 0.76% | - |
| XYZ | 22.31 | 11.49 | 1.36 | - |
| YUV | 59.26 | 100.77 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 11 | 0 | 1 | 0.94 | 0.24 | 356.6 | 1 | 0.38 |
| Hex | C2 | 0 | B | 0 | 64 | 5E | 18 | 165 | 64 | 26 |
| Octal | 302 | 0 | 13 | 0 | 144 | 136 | 30 | 545 | 144 | 46 |
| Binary | 11000010 | 0 | 1011 | 0 | 1100100 | 1011110 | 11000 | 101100101 | 1100100 | 100110 |
Color Harmonies of #C2000B
Complementary color
Monochromatic Colors of #C2000B
Black with #C2000B
Text Example
Text Example
White with #C2000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2000B; }
p { color: rgb(194,0,11); }
H1.HeaderClassName
{
color: #C2000B;
}
.AnyTagClassName
{
color: #C2000B;
}
</style>
background-color css
<style>
a { background-color: #C2000B; }
a { background-color: rgb(194,0,11); }
div.DivClassName
{
background-color: #C2000B;
}
.BgClassName
{
background-color: #C2000B;
}
</style>
border-color css
<style>
span { border-color: #C2000B; }
span { border-color: rgb(194,0,11); }
td.TdClassName
{
border-color: #C2000B;
}
.TagClassName
{
border-color: #C2000B;
}
</style>