Shades of Venetian Red #BC0210
Tints of Venetian Red #BC0210
RGB
CMYK
RGB Variations
Color information
#BC0210 (or 0xBC0210) is known color: Venetian Red. HEX triplet: BC, 02 and 10. RGB value is (188,2,16). Sum of RGB (Red+Green+Blue) = 188+2+16=206 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.26% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0210 is #43FDEF. Grayscale: #3B3B3B. Windows color (decimal): -4455920 or 1049276. OLE color: 1049276.
HSL color Cylindrical-coordinate representation of color #BC0210: hue angle of 355.48º 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 #BC0210 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.26 |
| HSL | 355.48º | 0.98% | 0.37% | - |
| HSV(B) | 355.48º | 0.99% | 0.74% | - |
| XYZ | 20.85 | 10.77 | 1.47 | - |
| YUV | 59.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 16 | 0 | 0.99 | 0.91 | 0.26 | 355.48 | 0.98 | 0.37 |
| Hex | BC | 2 | 10 | 0 | 63 | 5B | 1A | 163 | 62 | 25 |
| Octal | 274 | 2 | 20 | 0 | 143 | 133 | 32 | 543 | 142 | 45 |
| Binary | 10111100 | 10 | 10000 | 0 | 1100011 | 1011011 | 11010 | 101100011 | 1100010 | 100101 |
Color Harmonies of #BC0210
Complementary color
Monochromatic Colors of #BC0210
Black with #BC0210
Text Example
Text Example
White with #BC0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0210; }
p { color: rgb(188,2,16); }
H1.HeaderClassName
{
color: #BC0210;
}
.AnyTagClassName
{
color: #BC0210;
}
</style>
background-color css
<style>
a { background-color: #BC0210; }
a { background-color: rgb(188,2,16); }
div.DivClassName
{
background-color: #BC0210;
}
.BgClassName
{
background-color: #BC0210;
}
</style>
border-color css
<style>
span { border-color: #BC0210; }
span { border-color: rgb(188,2,16); }
td.TdClassName
{
border-color: #BC0210;
}
.TagClassName
{
border-color: #BC0210;
}
</style>