Shades of Venetian Red #C00812
Tints of Venetian Red #C00812
RGB
CMYK
RGB Variations
Color information
#C00812 (or 0xC00812) is known color: Venetian Red. HEX triplet: C0, 08 and 12. RGB value is (192,8,18). Sum of RGB (Red+Green+Blue) = 192+8+18=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C00812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00812 is #3FF7ED. Grayscale: #404040. Windows color (decimal): -4192238 or 1181888. OLE color: 1181888.
HSL color Cylindrical-coordinate representation of color #C00812: hue angle of 356.74º degrees, saturation: 0.92, 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 #C00812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 18 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.25 |
| HSL | 356.74º | 0.92% | 0.39% | - |
| HSV(B) | 356.74º | 0.96% | 0.75% | - |
| XYZ | 21.93 | 11.42 | 1.62 | - |
| YUV | 64.16 | 101.96 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 18 | 0 | 0.96 | 0.91 | 0.25 | 356.74 | 0.92 | 0.39 |
| Hex | C0 | 8 | 12 | 0 | 60 | 5B | 19 | 165 | 5C | 27 |
| Octal | 300 | 10 | 22 | 0 | 140 | 133 | 31 | 545 | 134 | 47 |
| Binary | 11000000 | 1000 | 10010 | 0 | 1100000 | 1011011 | 11001 | 101100101 | 1011100 | 100111 |
Color Harmonies of #C00812
Complementary color
Monochromatic Colors of #C00812
Black with #C00812
Text Example
Text Example
White with #C00812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00812; }
p { color: rgb(192,8,18); }
H1.HeaderClassName
{
color: #C00812;
}
.AnyTagClassName
{
color: #C00812;
}
</style>
background-color css
<style>
a { background-color: #C00812; }
a { background-color: rgb(192,8,18); }
div.DivClassName
{
background-color: #C00812;
}
.BgClassName
{
background-color: #C00812;
}
</style>
border-color css
<style>
span { border-color: #C00812; }
span { border-color: rgb(192,8,18); }
td.TdClassName
{
border-color: #C00812;
}
.TagClassName
{
border-color: #C00812;
}
</style>