Shades of Venetian Red #C00010
Tints of Venetian Red #C00010
RGB
CMYK
RGB Variations
Color information
#C00010 (or 0xC00010) is known color: Venetian Red. HEX triplet: C0, 00 and 10. RGB value is (192,0,16). Sum of RGB (Red+Green+Blue) = 192+0+16=208 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.31% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 192 - color contains mainly: red. Hex color #C00010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00010 is #3FFFEF. Grayscale: #3B3B3B. Windows color (decimal): -4194288 or 1048768. OLE color: 1048768.
HSL color Cylindrical-coordinate representation of color #C00010: hue angle of 355º 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 #C00010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.92 | 0.25 |
| HSL | 355º | 1% | 0.38% | - |
| HSV(B) | 355º | 1% | 0.75% | - |
| XYZ | 21.83 | 11.24 | 1.51 | - |
| YUV | 59.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 16 | 0 | 1 | 0.92 | 0.25 | 355 | 1 | 0.38 |
| Hex | C0 | 0 | 10 | 0 | 64 | 5C | 19 | 163 | 64 | 26 |
| Octal | 300 | 0 | 20 | 0 | 144 | 134 | 31 | 543 | 144 | 46 |
| Binary | 11000000 | 0 | 10000 | 0 | 1100100 | 1011100 | 11001 | 101100011 | 1100100 | 100110 |
Color Harmonies of #C00010
Complementary color
Monochromatic Colors of #C00010
Black with #C00010
Text Example
Text Example
White with #C00010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00010; }
p { color: rgb(192,0,16); }
H1.HeaderClassName
{
color: #C00010;
}
.AnyTagClassName
{
color: #C00010;
}
</style>
background-color css
<style>
a { background-color: #C00010; }
a { background-color: rgb(192,0,16); }
div.DivClassName
{
background-color: #C00010;
}
.BgClassName
{
background-color: #C00010;
}
</style>
border-color css
<style>
span { border-color: #C00010; }
span { border-color: rgb(192,0,16); }
td.TdClassName
{
border-color: #C00010;
}
.TagClassName
{
border-color: #C00010;
}
</style>