Shades of Venetian Red #C10B1C
Tints of Venetian Red #C10B1C
RGB
CMYK
RGB Variations
Color information
#C10B1C (or 0xC10B1C) is known color: Venetian Red. HEX triplet: C1, 0B and 1C. RGB value is (193,11,28). Sum of RGB (Red+Green+Blue) = 193+11+28=232 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.19% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B1C is #3EF4E3. Grayscale: #434343. Windows color (decimal): -4125924 or 1838017. OLE color: 1838017.
HSL color Cylindrical-coordinate representation of color #C10B1C: hue angle of 354.4º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B1C is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 28 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.24 |
| HSL | 354.4º | 0.89% | 0.4% | - |
| HSV(B) | 354.4º | 0.94% | 0.76% | - |
| XYZ | 22.32 | 11.66 | 2.17 | - |
| YUV | 67.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 28 | 0 | 0.94 | 0.85 | 0.24 | 354.4 | 0.89 | 0.4 |
| Hex | C1 | B | 1C | 0 | 5E | 55 | 18 | 162 | 59 | 28 |
| Octal | 301 | 13 | 34 | 0 | 136 | 125 | 30 | 542 | 131 | 50 |
| Binary | 11000001 | 1011 | 11100 | 0 | 1011110 | 1010101 | 11000 | 101100010 | 1011001 | 101000 |
Color Harmonies of #C10B1C
Complementary color
Monochromatic Colors of #C10B1C
Black with #C10B1C
Text Example
Text Example
White with #C10B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B1C; }
p { color: rgb(193,11,28); }
H1.HeaderClassName
{
color: #C10B1C;
}
.AnyTagClassName
{
color: #C10B1C;
}
</style>
background-color css
<style>
a { background-color: #C10B1C; }
a { background-color: rgb(193,11,28); }
div.DivClassName
{
background-color: #C10B1C;
}
.BgClassName
{
background-color: #C10B1C;
}
</style>
border-color css
<style>
span { border-color: #C10B1C; }
span { border-color: rgb(193,11,28); }
td.TdClassName
{
border-color: #C10B1C;
}
.TagClassName
{
border-color: #C10B1C;
}
</style>