Shades of Venetian Red #BC0615
Tints of Venetian Red #BC0615
RGB
CMYK
RGB Variations
Color information
#BC0615 (or 0xBC0615) is known color: Venetian Red. HEX triplet: BC, 06 and 15. RGB value is (188,6,21). Sum of RGB (Red+Green+Blue) = 188+6+21=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0615 is #43F9EA. Grayscale: #3E3E3E. Windows color (decimal): -4454891 or 1377980. OLE color: 1377980.
HSL color Cylindrical-coordinate representation of color #BC0615: hue angle of 355.05º 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 #BC0615 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 21 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.26 |
| HSL | 355.05º | 0.94% | 0.38% | - |
| HSV(B) | 355.05º | 0.97% | 0.74% | - |
| XYZ | 20.94 | 10.88 | 1.71 | - |
| YUV | 62.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 21 | 0 | 0.97 | 0.89 | 0.26 | 355.05 | 0.94 | 0.38 |
| Hex | BC | 6 | 15 | 0 | 61 | 59 | 1A | 163 | 5E | 26 |
| Octal | 274 | 6 | 25 | 0 | 141 | 131 | 32 | 543 | 136 | 46 |
| Binary | 10111100 | 110 | 10101 | 0 | 1100001 | 1011001 | 11010 | 101100011 | 1011110 | 100110 |
Color Harmonies of #BC0615
Complementary color
Monochromatic Colors of #BC0615
Black with #BC0615
Text Example
Text Example
White with #BC0615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0615; }
p { color: rgb(188,6,21); }
H1.HeaderClassName
{
color: #BC0615;
}
.AnyTagClassName
{
color: #BC0615;
}
</style>
background-color css
<style>
a { background-color: #BC0615; }
a { background-color: rgb(188,6,21); }
div.DivClassName
{
background-color: #BC0615;
}
.BgClassName
{
background-color: #BC0615;
}
</style>
border-color css
<style>
span { border-color: #BC0615; }
span { border-color: rgb(188,6,21); }
td.TdClassName
{
border-color: #BC0615;
}
.TagClassName
{
border-color: #BC0615;
}
</style>