Shades of Venetian Red #C10B1B
Tints of Venetian Red #C10B1B
RGB
CMYK
RGB Variations
Color information
#C10B1B (or 0xC10B1B) is known color: Venetian Red. HEX triplet: C1, 0B and 1B. RGB value is (193,11,27). Sum of RGB (Red+Green+Blue) = 193+11+27=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B1B is #3EF4E4. Grayscale: #434343. Windows color (decimal): -4125925 or 1772481. OLE color: 1772481.
HSL color Cylindrical-coordinate representation of color #C10B1B: hue angle of 354.73º 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 #C10B1B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 27 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.24 |
| HSL | 354.73º | 0.89% | 0.4% | - |
| HSV(B) | 354.73º | 0.94% | 0.76% | - |
| XYZ | 22.31 | 11.66 | 2.11 | - |
| YUV | 67.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 27 | 0 | 0.94 | 0.86 | 0.24 | 354.73 | 0.89 | 0.4 |
| Hex | C1 | B | 1B | 0 | 5E | 56 | 18 | 163 | 59 | 28 |
| Octal | 301 | 13 | 33 | 0 | 136 | 126 | 30 | 543 | 131 | 50 |
| Binary | 11000001 | 1011 | 11011 | 0 | 1011110 | 1010110 | 11000 | 101100011 | 1011001 | 101000 |
Color Harmonies of #C10B1B
Complementary color
Monochromatic Colors of #C10B1B
Black with #C10B1B
Text Example
Text Example
White with #C10B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B1B; }
p { color: rgb(193,11,27); }
H1.HeaderClassName
{
color: #C10B1B;
}
.AnyTagClassName
{
color: #C10B1B;
}
</style>
background-color css
<style>
a { background-color: #C10B1B; }
a { background-color: rgb(193,11,27); }
div.DivClassName
{
background-color: #C10B1B;
}
.BgClassName
{
background-color: #C10B1B;
}
</style>
border-color css
<style>
span { border-color: #C10B1B; }
span { border-color: rgb(193,11,27); }
td.TdClassName
{
border-color: #C10B1B;
}
.TagClassName
{
border-color: #C10B1B;
}
</style>