Shades of Venetian Red #C0032C
Tints of Venetian Red #C0032C
RGB
CMYK
RGB Variations
Color information
#C0032C (or 0xC0032C) is known color: Venetian Red. HEX triplet: C0, 03 and 2C. RGB value is (192,3,44). Sum of RGB (Red+Green+Blue) = 192+3+44=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C0032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0032C is #3FFCD3. Grayscale: #404040. Windows color (decimal): -4193492 or 2884544. OLE color: 2884544.
HSL color Cylindrical-coordinate representation of color #C0032C: hue angle of 346.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0032C is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.25 |
| HSL | 346.98º | 0.97% | 0.38% | - |
| HSV(B) | 346.98º | 0.98% | 0.75% | - |
| XYZ | 22.23 | 11.45 | 3.42 | - |
| YUV | 64.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 44 | 0 | 0.98 | 0.77 | 0.25 | 346.98 | 0.97 | 0.38 |
| Hex | C0 | 3 | 2C | 0 | 62 | 4D | 19 | 15B | 61 | 26 |
| Octal | 300 | 3 | 54 | 0 | 142 | 115 | 31 | 533 | 141 | 46 |
| Binary | 11000000 | 11 | 101100 | 0 | 1100010 | 1001101 | 11001 | 101011011 | 1100001 | 100110 |
Color Harmonies of #C0032C
Complementary color
Monochromatic Colors of #C0032C
Black with #C0032C
Text Example
Text Example
White with #C0032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0032C; }
p { color: rgb(192,3,44); }
H1.HeaderClassName
{
color: #C0032C;
}
.AnyTagClassName
{
color: #C0032C;
}
</style>
background-color css
<style>
a { background-color: #C0032C; }
a { background-color: rgb(192,3,44); }
div.DivClassName
{
background-color: #C0032C;
}
.BgClassName
{
background-color: #C0032C;
}
</style>
border-color css
<style>
span { border-color: #C0032C; }
span { border-color: rgb(192,3,44); }
td.TdClassName
{
border-color: #C0032C;
}
.TagClassName
{
border-color: #C0032C;
}
</style>