Shades of Venetian Red #BC0620
Tints of Venetian Red #BC0620
RGB
CMYK
RGB Variations
Color information
#BC0620 (or 0xBC0620) is known color: Venetian Red. HEX triplet: BC, 06 and 20. RGB value is (188,6,32). Sum of RGB (Red+Green+Blue) = 188+6+32=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0620 is #43F9DF. Grayscale: #3F3F3F. Windows color (decimal): -4454880 or 2098876. OLE color: 2098876.
HSL color Cylindrical-coordinate representation of color #BC0620: hue angle of 351.43º 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 #BC0620 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 32 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.26 |
| HSL | 351.43º | 0.94% | 0.38% | - |
| HSV(B) | 351.43º | 0.97% | 0.74% | - |
| XYZ | 21.06 | 10.93 | 2.37 | - |
| YUV | 63.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 32 | 0 | 0.97 | 0.83 | 0.26 | 351.43 | 0.94 | 0.38 |
| Hex | BC | 6 | 20 | 0 | 61 | 53 | 1A | 15F | 5E | 26 |
| Octal | 274 | 6 | 40 | 0 | 141 | 123 | 32 | 537 | 136 | 46 |
| Binary | 10111100 | 110 | 100000 | 0 | 1100001 | 1010011 | 11010 | 101011111 | 1011110 | 100110 |
Color Harmonies of #BC0620
Complementary color
Monochromatic Colors of #BC0620
Black with #BC0620
Text Example
Text Example
White with #BC0620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0620; }
p { color: rgb(188,6,32); }
H1.HeaderClassName
{
color: #BC0620;
}
.AnyTagClassName
{
color: #BC0620;
}
</style>
background-color css
<style>
a { background-color: #BC0620; }
a { background-color: rgb(188,6,32); }
div.DivClassName
{
background-color: #BC0620;
}
.BgClassName
{
background-color: #BC0620;
}
</style>
border-color css
<style>
span { border-color: #BC0620; }
span { border-color: rgb(188,6,32); }
td.TdClassName
{
border-color: #BC0620;
}
.TagClassName
{
border-color: #BC0620;
}
</style>