Shades of Venetian Red #C0062B
Tints of Venetian Red #C0062B
RGB
CMYK
RGB Variations
Color information
#C0062B (or 0xC0062B) is known color: Venetian Red. HEX triplet: C0, 06 and 2B. RGB value is (192,6,43). Sum of RGB (Red+Green+Blue) = 192+6+43=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0062B is #3FF9D4. Grayscale: #414141. Windows color (decimal): -4192725 or 2819776. OLE color: 2819776.
HSL color Cylindrical-coordinate representation of color #C0062B: hue angle of 348.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0062B is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.25 |
| HSL | 348.06º | 0.94% | 0.39% | - |
| HSV(B) | 348.06º | 0.97% | 0.75% | - |
| XYZ | 22.24 | 11.51 | 3.34 | - |
| YUV | 65.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 43 | 0 | 0.97 | 0.78 | 0.25 | 348.06 | 0.94 | 0.39 |
| Hex | C0 | 6 | 2B | 0 | 61 | 4E | 19 | 15C | 5E | 27 |
| Octal | 300 | 6 | 53 | 0 | 141 | 116 | 31 | 534 | 136 | 47 |
| Binary | 11000000 | 110 | 101011 | 0 | 1100001 | 1001110 | 11001 | 101011100 | 1011110 | 100111 |
Color Harmonies of #C0062B
Complementary color
Monochromatic Colors of #C0062B
Black with #C0062B
Text Example
Text Example
White with #C0062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0062B; }
p { color: rgb(192,6,43); }
H1.HeaderClassName
{
color: #C0062B;
}
.AnyTagClassName
{
color: #C0062B;
}
</style>
background-color css
<style>
a { background-color: #C0062B; }
a { background-color: rgb(192,6,43); }
div.DivClassName
{
background-color: #C0062B;
}
.BgClassName
{
background-color: #C0062B;
}
</style>
border-color css
<style>
span { border-color: #C0062B; }
span { border-color: rgb(192,6,43); }
td.TdClassName
{
border-color: #C0062B;
}
.TagClassName
{
border-color: #C0062B;
}
</style>