Shades of Venetian Red #C0010B
Tints of Venetian Red #C0010B
RGB
CMYK
RGB Variations
Color information
#C0010B (or 0xC0010B) is known color: Venetian Red. HEX triplet: C0, 01 and 0B. RGB value is (192,1,11). Sum of RGB (Red+Green+Blue) = 192+1+11=204 (27% of max value = 765). Red value is 192 (75.39% from 255 or 94.12% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 192 - color contains mainly: red. Hex color #C0010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0010B is #3FFEF4. Grayscale: #3B3B3B. Windows color (decimal): -4194037 or 721344. OLE color: 721344.
HSL color Cylindrical-coordinate representation of color #C0010B: hue angle of 356.86º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0010B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.25 |
| HSL | 356.86º | 0.99% | 0.38% | - |
| HSV(B) | 356.86º | 0.99% | 0.75% | - |
| XYZ | 21.81 | 11.25 | 1.34 | - |
| YUV | 59.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 11 | 0 | 0.99 | 0.94 | 0.25 | 356.86 | 0.99 | 0.38 |
| Hex | C0 | 1 | B | 0 | 63 | 5E | 19 | 165 | 63 | 26 |
| Octal | 300 | 1 | 13 | 0 | 143 | 136 | 31 | 545 | 143 | 46 |
| Binary | 11000000 | 1 | 1011 | 0 | 1100011 | 1011110 | 11001 | 101100101 | 1100011 | 100110 |
Color Harmonies of #C0010B
Complementary color
Monochromatic Colors of #C0010B
Black with #C0010B
Text Example
Text Example
White with #C0010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0010B; }
p { color: rgb(192,1,11); }
H1.HeaderClassName
{
color: #C0010B;
}
.AnyTagClassName
{
color: #C0010B;
}
</style>
background-color css
<style>
a { background-color: #C0010B; }
a { background-color: rgb(192,1,11); }
div.DivClassName
{
background-color: #C0010B;
}
.BgClassName
{
background-color: #C0010B;
}
</style>
border-color css
<style>
span { border-color: #C0010B; }
span { border-color: rgb(192,1,11); }
td.TdClassName
{
border-color: #C0010B;
}
.TagClassName
{
border-color: #C0010B;
}
</style>