Shades of Venetian Red #BC0516
Tints of Venetian Red #BC0516
RGB
CMYK
RGB Variations
Color information
#BC0516 (or 0xBC0516) is known color: Venetian Red. HEX triplet: BC, 05 and 16. RGB value is (188,5,22). Sum of RGB (Red+Green+Blue) = 188+5+22=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0516 is #43FAE9. Grayscale: #3D3D3D. Windows color (decimal): -4455146 or 1443260. OLE color: 1443260.
HSL color Cylindrical-coordinate representation of color #BC0516: hue angle of 354.43º degrees, saturation: 0.95, 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 #BC0516 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 22 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.26 |
| HSL | 354.43º | 0.95% | 0.38% | - |
| HSV(B) | 354.43º | 0.97% | 0.74% | - |
| XYZ | 20.94 | 10.86 | 1.75 | - |
| YUV | 61.66 | 105.63 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 22 | 0 | 0.97 | 0.88 | 0.26 | 354.43 | 0.95 | 0.38 |
| Hex | BC | 5 | 16 | 0 | 61 | 58 | 1A | 162 | 5F | 26 |
| Octal | 274 | 5 | 26 | 0 | 141 | 130 | 32 | 542 | 137 | 46 |
| Binary | 10111100 | 101 | 10110 | 0 | 1100001 | 1011000 | 11010 | 101100010 | 1011111 | 100110 |
Color Harmonies of #BC0516
Complementary color
Monochromatic Colors of #BC0516
Black with #BC0516
Text Example
Text Example
White with #BC0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0516; }
p { color: rgb(188,5,22); }
H1.HeaderClassName
{
color: #BC0516;
}
.AnyTagClassName
{
color: #BC0516;
}
</style>
background-color css
<style>
a { background-color: #BC0516; }
a { background-color: rgb(188,5,22); }
div.DivClassName
{
background-color: #BC0516;
}
.BgClassName
{
background-color: #BC0516;
}
</style>
border-color css
<style>
span { border-color: #BC0516; }
span { border-color: rgb(188,5,22); }
td.TdClassName
{
border-color: #BC0516;
}
.TagClassName
{
border-color: #BC0516;
}
</style>