Shades of Venetian Red #BC0520
Tints of Venetian Red #BC0520
RGB
CMYK
RGB Variations
Color information
#BC0520 (or 0xBC0520) is known color: Venetian Red. HEX triplet: BC, 05 and 20. RGB value is (188,5,32). Sum of RGB (Red+Green+Blue) = 188+5+32=225 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.56% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0520 is #43FADF. Grayscale: #3E3E3E. Windows color (decimal): -4455136 or 2098620. OLE color: 2098620.
HSL color Cylindrical-coordinate representation of color #BC0520: hue angle of 351.15º 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 #BC0520 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 32 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.26 |
| HSL | 351.15º | 0.95% | 0.38% | - |
| HSV(B) | 351.15º | 0.97% | 0.74% | - |
| XYZ | 21.05 | 10.9 | 2.36 | - |
| YUV | 62.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 32 | 0 | 0.97 | 0.83 | 0.26 | 351.15 | 0.95 | 0.38 |
| Hex | BC | 5 | 20 | 0 | 61 | 53 | 1A | 15F | 5F | 26 |
| Octal | 274 | 5 | 40 | 0 | 141 | 123 | 32 | 537 | 137 | 46 |
| Binary | 10111100 | 101 | 100000 | 0 | 1100001 | 1010011 | 11010 | 101011111 | 1011111 | 100110 |
Color Harmonies of #BC0520
Complementary color
Monochromatic Colors of #BC0520
Black with #BC0520
Text Example
Text Example
White with #BC0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0520; }
p { color: rgb(188,5,32); }
H1.HeaderClassName
{
color: #BC0520;
}
.AnyTagClassName
{
color: #BC0520;
}
</style>
background-color css
<style>
a { background-color: #BC0520; }
a { background-color: rgb(188,5,32); }
div.DivClassName
{
background-color: #BC0520;
}
.BgClassName
{
background-color: #BC0520;
}
</style>
border-color css
<style>
span { border-color: #BC0520; }
span { border-color: rgb(188,5,32); }
td.TdClassName
{
border-color: #BC0520;
}
.TagClassName
{
border-color: #BC0520;
}
</style>