Shades of Venetian Red #C0042A
Tints of Venetian Red #C0042A
RGB
CMYK
RGB Variations
Color information
#C0042A (or 0xC0042A) is known color: Venetian Red. HEX triplet: C0, 04 and 2A. RGB value is (192,4,42). Sum of RGB (Red+Green+Blue) = 192+4+42=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0042A is #3FFBD5. Grayscale: #404040. Windows color (decimal): -4193238 or 2753728. OLE color: 2753728.
HSL color Cylindrical-coordinate representation of color #C0042A: hue angle of 347.87º degrees, saturation: 0.96, 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 #C0042A is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.25 |
| HSL | 347.87º | 0.96% | 0.38% | - |
| HSV(B) | 347.87º | 0.98% | 0.75% | - |
| XYZ | 22.2 | 11.46 | 3.23 | - |
| YUV | 64.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 42 | 0 | 0.98 | 0.78 | 0.25 | 347.87 | 0.96 | 0.38 |
| Hex | C0 | 4 | 2A | 0 | 62 | 4E | 19 | 15C | 60 | 26 |
| Octal | 300 | 4 | 52 | 0 | 142 | 116 | 31 | 534 | 140 | 46 |
| Binary | 11000000 | 100 | 101010 | 0 | 1100010 | 1001110 | 11001 | 101011100 | 1100000 | 100110 |
Color Harmonies of #C0042A
Complementary color
Monochromatic Colors of #C0042A
Black with #C0042A
Text Example
Text Example
White with #C0042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0042A; }
p { color: rgb(192,4,42); }
H1.HeaderClassName
{
color: #C0042A;
}
.AnyTagClassName
{
color: #C0042A;
}
</style>
background-color css
<style>
a { background-color: #C0042A; }
a { background-color: rgb(192,4,42); }
div.DivClassName
{
background-color: #C0042A;
}
.BgClassName
{
background-color: #C0042A;
}
</style>
border-color css
<style>
span { border-color: #C0042A; }
span { border-color: rgb(192,4,42); }
td.TdClassName
{
border-color: #C0042A;
}
.TagClassName
{
border-color: #C0042A;
}
</style>