Shades of Venetian Red #BC0611
Tints of Venetian Red #BC0611
RGB
CMYK
RGB Variations
Color information
#BC0611 (or 0xBC0611) is known color: Venetian Red. HEX triplet: BC, 06 and 11. RGB value is (188,6,17). Sum of RGB (Red+Green+Blue) = 188+6+17=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0611 is #43F9EE. Grayscale: #3D3D3D. Windows color (decimal): -4454895 or 1115836. OLE color: 1115836.
HSL color Cylindrical-coordinate representation of color #BC0611: hue angle of 356.37º 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 #BC0611 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 17 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.26 |
| HSL | 356.37º | 0.94% | 0.38% | - |
| HSV(B) | 356.37º | 0.97% | 0.74% | - |
| XYZ | 20.91 | 10.86 | 1.53 | - |
| YUV | 61.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 17 | 0 | 0.97 | 0.91 | 0.26 | 356.37 | 0.94 | 0.38 |
| Hex | BC | 6 | 11 | 0 | 61 | 5B | 1A | 164 | 5E | 26 |
| Octal | 274 | 6 | 21 | 0 | 141 | 133 | 32 | 544 | 136 | 46 |
| Binary | 10111100 | 110 | 10001 | 0 | 1100001 | 1011011 | 11010 | 101100100 | 1011110 | 100110 |
Color Harmonies of #BC0611
Complementary color
Monochromatic Colors of #BC0611
Black with #BC0611
Text Example
Text Example
White with #BC0611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0611; }
p { color: rgb(188,6,17); }
H1.HeaderClassName
{
color: #BC0611;
}
.AnyTagClassName
{
color: #BC0611;
}
</style>
background-color css
<style>
a { background-color: #BC0611; }
a { background-color: rgb(188,6,17); }
div.DivClassName
{
background-color: #BC0611;
}
.BgClassName
{
background-color: #BC0611;
}
</style>
border-color css
<style>
span { border-color: #BC0611; }
span { border-color: rgb(188,6,17); }
td.TdClassName
{
border-color: #BC0611;
}
.TagClassName
{
border-color: #BC0611;
}
</style>