Shades of Venetian Red #BC0215
Tints of Venetian Red #BC0215
RGB
CMYK
RGB Variations
Color information
#BC0215 (or 0xBC0215) is known color: Venetian Red. HEX triplet: BC, 02 and 15. RGB value is (188,2,21). Sum of RGB (Red+Green+Blue) = 188+2+21=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0215 is #43FDEA. Grayscale: #3B3B3B. Windows color (decimal): -4455915 or 1376956. OLE color: 1376956.
HSL color Cylindrical-coordinate representation of color #BC0215: hue angle of 353.87º 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 #BC0215 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.26 |
| HSL | 353.87º | 0.98% | 0.37% | - |
| HSV(B) | 353.87º | 0.99% | 0.74% | - |
| XYZ | 20.9 | 10.79 | 1.69 | - |
| YUV | 59.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 21 | 0 | 0.99 | 0.89 | 0.26 | 353.87 | 0.98 | 0.37 |
| Hex | BC | 2 | 15 | 0 | 63 | 59 | 1A | 162 | 62 | 25 |
| Octal | 274 | 2 | 25 | 0 | 143 | 131 | 32 | 542 | 142 | 45 |
| Binary | 10111100 | 10 | 10101 | 0 | 1100011 | 1011001 | 11010 | 101100010 | 1100010 | 100101 |
Color Harmonies of #BC0215
Complementary color
Monochromatic Colors of #BC0215
Black with #BC0215
Text Example
Text Example
White with #BC0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0215; }
p { color: rgb(188,2,21); }
H1.HeaderClassName
{
color: #BC0215;
}
.AnyTagClassName
{
color: #BC0215;
}
</style>
background-color css
<style>
a { background-color: #BC0215; }
a { background-color: rgb(188,2,21); }
div.DivClassName
{
background-color: #BC0215;
}
.BgClassName
{
background-color: #BC0215;
}
</style>
border-color css
<style>
span { border-color: #BC0215; }
span { border-color: rgb(188,2,21); }
td.TdClassName
{
border-color: #BC0215;
}
.TagClassName
{
border-color: #BC0215;
}
</style>