Shades of Venetian Red #C0002A
Tints of Venetian Red #C0002A
RGB
CMYK
RGB Variations
Color information
#C0002A (or 0xC0002A) is known color: Venetian Red. HEX triplet: C0, 00 and 2A. RGB value is (192,0,42). Sum of RGB (Red+Green+Blue) = 192+0+42=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C0002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0002A is #3FFFD5. Grayscale: #3E3E3E. Windows color (decimal): -4194262 or 2752704. OLE color: 2752704.
HSL color Cylindrical-coordinate representation of color #C0002A: hue angle of 346.88º 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 #C0002A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.78 | 0.25 |
| HSL | 346.88º | 1% | 0.38% | - |
| HSV(B) | 346.88º | 1% | 0.75% | - |
| XYZ | 22.16 | 11.37 | 3.22 | - |
| YUV | 62.2 | 116.61 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 42 | 0 | 1 | 0.78 | 0.25 | 346.88 | 1 | 0.38 |
| Hex | C0 | 0 | 2A | 0 | 64 | 4E | 19 | 15B | 64 | 26 |
| Octal | 300 | 0 | 52 | 0 | 144 | 116 | 31 | 533 | 144 | 46 |
| Binary | 11000000 | 0 | 101010 | 0 | 1100100 | 1001110 | 11001 | 101011011 | 1100100 | 100110 |
Color Harmonies of #C0002A
Complementary color
Monochromatic Colors of #C0002A
Black with #C0002A
Text Example
Text Example
White with #C0002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0002A; }
p { color: rgb(192,0,42); }
H1.HeaderClassName
{
color: #C0002A;
}
.AnyTagClassName
{
color: #C0002A;
}
</style>
background-color css
<style>
a { background-color: #C0002A; }
a { background-color: rgb(192,0,42); }
div.DivClassName
{
background-color: #C0002A;
}
.BgClassName
{
background-color: #C0002A;
}
</style>
border-color css
<style>
span { border-color: #C0002A; }
span { border-color: rgb(192,0,42); }
td.TdClassName
{
border-color: #C0002A;
}
.TagClassName
{
border-color: #C0002A;
}
</style>