Shades of Venetian Red #C00B0F
Tints of Venetian Red #C00B0F
RGB
CMYK
RGB Variations
Color information
#C00B0F (or 0xC00B0F) is known color: Venetian Red. HEX triplet: C0, 0B and 0F. RGB value is (192,11,15). Sum of RGB (Red+Green+Blue) = 192+11+15=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00B0F is #3FF4F0. Grayscale: #414141. Windows color (decimal): -4191473 or 986048. OLE color: 986048.
HSL color Cylindrical-coordinate representation of color #C00B0F: hue angle of 358.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B0F is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 15 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.25 |
| HSL | 358.67º | 0.89% | 0.4% | - |
| HSV(B) | 358.67º | 0.94% | 0.75% | - |
| XYZ | 21.94 | 11.48 | 1.51 | - |
| YUV | 65.58 | 99.47 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 15 | 0 | 0.94 | 0.92 | 0.25 | 358.67 | 0.89 | 0.4 |
| Hex | C0 | B | F | 0 | 5E | 5C | 19 | 167 | 59 | 28 |
| Octal | 300 | 13 | 17 | 0 | 136 | 134 | 31 | 547 | 131 | 50 |
| Binary | 11000000 | 1011 | 1111 | 0 | 1011110 | 1011100 | 11001 | 101100111 | 1011001 | 101000 |
Color Harmonies of #C00B0F
Complementary color
Monochromatic Colors of #C00B0F
Black with #C00B0F
Text Example
Text Example
White with #C00B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B0F; }
p { color: rgb(192,11,15); }
H1.HeaderClassName
{
color: #C00B0F;
}
.AnyTagClassName
{
color: #C00B0F;
}
</style>
background-color css
<style>
a { background-color: #C00B0F; }
a { background-color: rgb(192,11,15); }
div.DivClassName
{
background-color: #C00B0F;
}
.BgClassName
{
background-color: #C00B0F;
}
</style>
border-color css
<style>
span { border-color: #C00B0F; }
span { border-color: rgb(192,11,15); }
td.TdClassName
{
border-color: #C00B0F;
}
.TagClassName
{
border-color: #C00B0F;
}
</style>