Shades of Venetian Red #BC0616
Tints of Venetian Red #BC0616
RGB
CMYK
RGB Variations
Color information
#BC0616 (or 0xBC0616) is known color: Venetian Red. HEX triplet: BC, 06 and 16. RGB value is (188,6,22). Sum of RGB (Red+Green+Blue) = 188+6+22=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0616 is #43F9E9. Grayscale: #3E3E3E. Windows color (decimal): -4454890 or 1443516. OLE color: 1443516.
HSL color Cylindrical-coordinate representation of color #BC0616: hue angle of 354.73º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0616 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.26 |
| HSL | 354.73º | 0.94% | 0.38% | - |
| HSV(B) | 354.73º | 0.97% | 0.74% | - |
| XYZ | 20.95 | 10.88 | 1.75 | - |
| YUV | 62.24 | 105.3 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 22 | 0 | 0.97 | 0.88 | 0.26 | 354.73 | 0.94 | 0.38 |
| Hex | BC | 6 | 16 | 0 | 61 | 58 | 1A | 163 | 5E | 26 |
| Octal | 274 | 6 | 26 | 0 | 141 | 130 | 32 | 543 | 136 | 46 |
| Binary | 10111100 | 110 | 10110 | 0 | 1100001 | 1011000 | 11010 | 101100011 | 1011110 | 100110 |
Color Harmonies of #BC0616
Complementary color
Monochromatic Colors of #BC0616
Black with #BC0616
Text Example
Text Example
White with #BC0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0616; }
p { color: rgb(188,6,22); }
H1.HeaderClassName
{
color: #BC0616;
}
.AnyTagClassName
{
color: #BC0616;
}
</style>
background-color css
<style>
a { background-color: #BC0616; }
a { background-color: rgb(188,6,22); }
div.DivClassName
{
background-color: #BC0616;
}
.BgClassName
{
background-color: #BC0616;
}
</style>
border-color css
<style>
span { border-color: #BC0616; }
span { border-color: rgb(188,6,22); }
td.TdClassName
{
border-color: #BC0616;
}
.TagClassName
{
border-color: #BC0616;
}
</style>