Shades of Venetian Red #C0070B
Tints of Venetian Red #C0070B
RGB
CMYK
RGB Variations
Color information
#C0070B (or 0xC0070B) is known color: Venetian Red. HEX triplet: C0, 07 and 0B. RGB value is (192,7,11). Sum of RGB (Red+Green+Blue) = 192+7+11=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C0070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0070B is #3FF8F4. Grayscale: #3E3E3E. Windows color (decimal): -4192501 or 722880. OLE color: 722880.
HSL color Cylindrical-coordinate representation of color #C0070B: hue angle of 358.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0070B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.25 |
| HSL | 358.7º | 0.93% | 0.39% | - |
| HSV(B) | 358.7º | 0.96% | 0.75% | - |
| XYZ | 21.87 | 11.38 | 1.36 | - |
| YUV | 62.77 | 98.79 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 11 | 0 | 0.96 | 0.94 | 0.25 | 358.7 | 0.93 | 0.39 |
| Hex | C0 | 7 | B | 0 | 60 | 5E | 19 | 167 | 5D | 27 |
| Octal | 300 | 7 | 13 | 0 | 140 | 136 | 31 | 547 | 135 | 47 |
| Binary | 11000000 | 111 | 1011 | 0 | 1100000 | 1011110 | 11001 | 101100111 | 1011101 | 100111 |
Color Harmonies of #C0070B
Complementary color
Monochromatic Colors of #C0070B
Black with #C0070B
Text Example
Text Example
White with #C0070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0070B; }
p { color: rgb(192,7,11); }
H1.HeaderClassName
{
color: #C0070B;
}
.AnyTagClassName
{
color: #C0070B;
}
</style>
background-color css
<style>
a { background-color: #C0070B; }
a { background-color: rgb(192,7,11); }
div.DivClassName
{
background-color: #C0070B;
}
.BgClassName
{
background-color: #C0070B;
}
</style>
border-color css
<style>
span { border-color: #C0070B; }
span { border-color: rgb(192,7,11); }
td.TdClassName
{
border-color: #C0070B;
}
.TagClassName
{
border-color: #C0070B;
}
</style>