Shades of Venetian Red #C0131B
Tints of Venetian Red #C0131B
RGB
CMYK
RGB Variations
Color information
#C0131B (or 0xC0131B) is known color: Venetian Red. HEX triplet: C0, 13 and 1B. RGB value is (192,19,27). Sum of RGB (Red+Green+Blue) = 192+19+27=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0131B is #3FECE4. Grayscale: #474747. Windows color (decimal): -4189413 or 1774528. OLE color: 1774528.
HSL color Cylindrical-coordinate representation of color #C0131B: hue angle of 357.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0131B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.25 |
| HSL | 357.23º | 0.82% | 0.41% | - |
| HSV(B) | 357.23º | 0.9% | 0.75% | - |
| XYZ | 22.17 | 11.75 | 2.14 | - |
| YUV | 71.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 27 | 0 | 0.90 | 0.86 | 0.25 | 357.23 | 0.82 | 0.41 |
| Hex | C0 | 13 | 1B | 0 | 5A | 56 | 19 | 165 | 52 | 29 |
| Octal | 300 | 23 | 33 | 0 | 132 | 126 | 31 | 545 | 122 | 51 |
| Binary | 11000000 | 10011 | 11011 | 0 | 1011010 | 1010110 | 11001 | 101100101 | 1010010 | 101001 |
Color Harmonies of #C0131B
Complementary color
Monochromatic Colors of #C0131B
Black with #C0131B
Text Example
Text Example
White with #C0131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0131B; }
p { color: rgb(192,19,27); }
H1.HeaderClassName
{
color: #C0131B;
}
.AnyTagClassName
{
color: #C0131B;
}
</style>
background-color css
<style>
a { background-color: #C0131B; }
a { background-color: rgb(192,19,27); }
div.DivClassName
{
background-color: #C0131B;
}
.BgClassName
{
background-color: #C0131B;
}
</style>
border-color css
<style>
span { border-color: #C0131B; }
span { border-color: rgb(192,19,27); }
td.TdClassName
{
border-color: #C0131B;
}
.TagClassName
{
border-color: #C0131B;
}
</style>