Shades of Venetian Red #BC0B16
Tints of Venetian Red #BC0B16
RGB
CMYK
RGB Variations
Color information
#BC0B16 (or 0xBC0B16) is known color: Venetian Red. HEX triplet: BC, 0B and 16. RGB value is (188,11,22). Sum of RGB (Red+Green+Blue) = 188+11+22=221 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.07% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0B16 is #43F4E9. Grayscale: #414141. Windows color (decimal): -4453610 or 1444796. OLE color: 1444796.
HSL color Cylindrical-coordinate representation of color #BC0B16: hue angle of 356.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B16 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 22 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.26 |
| HSL | 356.27º | 0.89% | 0.39% | - |
| HSV(B) | 356.27º | 0.94% | 0.74% | - |
| XYZ | 21 | 10.99 | 1.77 | - |
| YUV | 65.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 22 | 0 | 0.94 | 0.88 | 0.26 | 356.27 | 0.89 | 0.39 |
| Hex | BC | B | 16 | 0 | 5E | 58 | 1A | 164 | 59 | 27 |
| Octal | 274 | 13 | 26 | 0 | 136 | 130 | 32 | 544 | 131 | 47 |
| Binary | 10111100 | 1011 | 10110 | 0 | 1011110 | 1011000 | 11010 | 101100100 | 1011001 | 100111 |
Color Harmonies of #BC0B16
Complementary color
Monochromatic Colors of #BC0B16
Black with #BC0B16
Text Example
Text Example
White with #BC0B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B16; }
p { color: rgb(188,11,22); }
H1.HeaderClassName
{
color: #BC0B16;
}
.AnyTagClassName
{
color: #BC0B16;
}
</style>
background-color css
<style>
a { background-color: #BC0B16; }
a { background-color: rgb(188,11,22); }
div.DivClassName
{
background-color: #BC0B16;
}
.BgClassName
{
background-color: #BC0B16;
}
</style>
border-color css
<style>
span { border-color: #BC0B16; }
span { border-color: rgb(188,11,22); }
td.TdClassName
{
border-color: #BC0B16;
}
.TagClassName
{
border-color: #BC0B16;
}
</style>