Shades of Venetian Red #BC020B
Tints of Venetian Red #BC020B
RGB
CMYK
RGB Variations
Color information
#BC020B (or 0xBC020B) is known color: Venetian Red. HEX triplet: BC, 02 and 0B. RGB value is (188,2,11). Sum of RGB (Red+Green+Blue) = 188+2+11=201 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.53% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 188 - color contains mainly: red. Hex color #BC020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC020B is #43FDF4. Grayscale: #3A3A3A. Windows color (decimal): -4455925 or 721596. OLE color: 721596.
HSL color Cylindrical-coordinate representation of color #BC020B: hue angle of 357.1º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.26 |
| HSL | 357.1º | 0.98% | 0.37% | - |
| HSV(B) | 357.1º | 0.99% | 0.74% | - |
| XYZ | 20.82 | 10.76 | 1.3 | - |
| YUV | 58.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 11 | 0 | 0.99 | 0.94 | 0.26 | 357.1 | 0.98 | 0.37 |
| Hex | BC | 2 | B | 0 | 63 | 5E | 1A | 165 | 62 | 25 |
| Octal | 274 | 2 | 13 | 0 | 143 | 136 | 32 | 545 | 142 | 45 |
| Binary | 10111100 | 10 | 1011 | 0 | 1100011 | 1011110 | 11010 | 101100101 | 1100010 | 100101 |
Color Harmonies of #BC020B
Complementary color
Monochromatic Colors of #BC020B
Black with #BC020B
Text Example
Text Example
White with #BC020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC020B; }
p { color: rgb(188,2,11); }
H1.HeaderClassName
{
color: #BC020B;
}
.AnyTagClassName
{
color: #BC020B;
}
</style>
background-color css
<style>
a { background-color: #BC020B; }
a { background-color: rgb(188,2,11); }
div.DivClassName
{
background-color: #BC020B;
}
.BgClassName
{
background-color: #BC020B;
}
</style>
border-color css
<style>
span { border-color: #BC020B; }
span { border-color: rgb(188,2,11); }
td.TdClassName
{
border-color: #BC020B;
}
.TagClassName
{
border-color: #BC020B;
}
</style>