Shades of Venetian Red #BC0517
Tints of Venetian Red #BC0517
RGB
CMYK
RGB Variations
Color information
#BC0517 (or 0xBC0517) is known color: Venetian Red. HEX triplet: BC, 05 and 17. RGB value is (188,5,23). Sum of RGB (Red+Green+Blue) = 188+5+23=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0517 is #43FAE8. Grayscale: #3D3D3D. Windows color (decimal): -4455145 or 1508796. OLE color: 1508796.
HSL color Cylindrical-coordinate representation of color #BC0517: hue angle of 354.1º 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 #BC0517 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 23 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.26 |
| HSL | 354.1º | 0.95% | 0.38% | - |
| HSV(B) | 354.1º | 0.97% | 0.74% | - |
| XYZ | 20.95 | 10.86 | 1.8 | - |
| YUV | 61.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 23 | 0 | 0.97 | 0.88 | 0.26 | 354.1 | 0.95 | 0.38 |
| Hex | BC | 5 | 17 | 0 | 61 | 58 | 1A | 162 | 5F | 26 |
| Octal | 274 | 5 | 27 | 0 | 141 | 130 | 32 | 542 | 137 | 46 |
| Binary | 10111100 | 101 | 10111 | 0 | 1100001 | 1011000 | 11010 | 101100010 | 1011111 | 100110 |
Color Harmonies of #BC0517
Complementary color
Monochromatic Colors of #BC0517
Black with #BC0517
Text Example
Text Example
White with #BC0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0517; }
p { color: rgb(188,5,23); }
H1.HeaderClassName
{
color: #BC0517;
}
.AnyTagClassName
{
color: #BC0517;
}
</style>
background-color css
<style>
a { background-color: #BC0517; }
a { background-color: rgb(188,5,23); }
div.DivClassName
{
background-color: #BC0517;
}
.BgClassName
{
background-color: #BC0517;
}
</style>
border-color css
<style>
span { border-color: #BC0517; }
span { border-color: rgb(188,5,23); }
td.TdClassName
{
border-color: #BC0517;
}
.TagClassName
{
border-color: #BC0517;
}
</style>