Shades of Venetian Red #C60B1C
Tints of Venetian Red #C60B1C
RGB
CMYK
RGB Variations
Color information
#C60B1C (or 0xC60B1C) is known color: Venetian Red. HEX triplet: C6, 0B and 1C. RGB value is (198,11,28). Sum of RGB (Red+Green+Blue) = 198+11+28=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60B1C is #39F4E3. Grayscale: #444444. Windows color (decimal): -3798244 or 1838022. OLE color: 1838022.
HSL color Cylindrical-coordinate representation of color #C60B1C: hue angle of 354.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B1C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 28 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.22 |
| HSL | 354.55º | 0.89% | 0.41% | - |
| HSV(B) | 354.55º | 0.94% | 0.78% | - |
| XYZ | 23.62 | 12.33 | 2.23 | - |
| YUV | 68.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 28 | 0 | 0.94 | 0.86 | 0.22 | 354.55 | 0.89 | 0.41 |
| Hex | C6 | B | 1C | 0 | 5E | 56 | 16 | 163 | 59 | 29 |
| Octal | 306 | 13 | 34 | 0 | 136 | 126 | 26 | 543 | 131 | 51 |
| Binary | 11000110 | 1011 | 11100 | 0 | 1011110 | 1010110 | 10110 | 101100011 | 1011001 | 101001 |
Color Harmonies of #C60B1C
Complementary color
Monochromatic Colors of #C60B1C
Black with #C60B1C
Text Example
Text Example
White with #C60B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B1C; }
p { color: rgb(198,11,28); }
H1.HeaderClassName
{
color: #C60B1C;
}
.AnyTagClassName
{
color: #C60B1C;
}
</style>
background-color css
<style>
a { background-color: #C60B1C; }
a { background-color: rgb(198,11,28); }
div.DivClassName
{
background-color: #C60B1C;
}
.BgClassName
{
background-color: #C60B1C;
}
</style>
border-color css
<style>
span { border-color: #C60B1C; }
span { border-color: rgb(198,11,28); }
td.TdClassName
{
border-color: #C60B1C;
}
.TagClassName
{
border-color: #C60B1C;
}
</style>