Shades of Venetian Red #C0012D
Tints of Venetian Red #C0012D
RGB
CMYK
RGB Variations
Color information
#C0012D (or 0xC0012D) is known color: Venetian Red. HEX triplet: C0, 01 and 2D. RGB value is (192,1,45). Sum of RGB (Red+Green+Blue) = 192+1+45=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0012D is #3FFED2. Grayscale: #3F3F3F. Windows color (decimal): -4194003 or 2949568. OLE color: 2949568.
HSL color Cylindrical-coordinate representation of color #C0012D: hue angle of 346.18º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0012D is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.25 |
| HSL | 346.18º | 0.99% | 0.38% | - |
| HSV(B) | 346.18º | 0.99% | 0.75% | - |
| XYZ | 22.22 | 11.42 | 3.52 | - |
| YUV | 63.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 45 | 0 | 0.99 | 0.77 | 0.25 | 346.18 | 0.99 | 0.38 |
| Hex | C0 | 1 | 2D | 0 | 63 | 4D | 19 | 15A | 63 | 26 |
| Octal | 300 | 1 | 55 | 0 | 143 | 115 | 31 | 532 | 143 | 46 |
| Binary | 11000000 | 1 | 101101 | 0 | 1100011 | 1001101 | 11001 | 101011010 | 1100011 | 100110 |
Color Harmonies of #C0012D
Complementary color
Monochromatic Colors of #C0012D
Black with #C0012D
Text Example
Text Example
White with #C0012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0012D; }
p { color: rgb(192,1,45); }
H1.HeaderClassName
{
color: #C0012D;
}
.AnyTagClassName
{
color: #C0012D;
}
</style>
background-color css
<style>
a { background-color: #C0012D; }
a { background-color: rgb(192,1,45); }
div.DivClassName
{
background-color: #C0012D;
}
.BgClassName
{
background-color: #C0012D;
}
</style>
border-color css
<style>
span { border-color: #C0012D; }
span { border-color: rgb(192,1,45); }
td.TdClassName
{
border-color: #C0012D;
}
.TagClassName
{
border-color: #C0012D;
}
</style>