Shades of Venetian Red #BC000B
Tints of Venetian Red #BC000B
RGB
CMYK
RGB Variations
Color information
#BC000B (or 0xBC000B) is known color: Venetian Red. HEX triplet: BC, 00 and 0B. RGB value is (188,0,11). Sum of RGB (Red+Green+Blue) = 188+0+11=199 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.47% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 188 - color contains mainly: red. Hex color #BC000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC000B is #43FFF4. Grayscale: #393939. Windows color (decimal): -4456437 or 721084. OLE color: 721084.
HSL color Cylindrical-coordinate representation of color #BC000B: hue angle of 356.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.26 |
| HSL | 356.49º | 1% | 0.37% | - |
| HSV(B) | 356.49º | 1% | 0.74% | - |
| XYZ | 20.8 | 10.72 | 1.29 | - |
| YUV | 57.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 11 | 0 | 1 | 0.94 | 0.26 | 356.49 | 1 | 0.37 |
| Hex | BC | 0 | B | 0 | 64 | 5E | 1A | 164 | 64 | 25 |
| Octal | 274 | 0 | 13 | 0 | 144 | 136 | 32 | 544 | 144 | 45 |
| Binary | 10111100 | 0 | 1011 | 0 | 1100100 | 1011110 | 11010 | 101100100 | 1100100 | 100101 |
Color Harmonies of #BC000B
Complementary color
Monochromatic Colors of #BC000B
Black with #BC000B
Text Example
Text Example
White with #BC000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC000B; }
p { color: rgb(188,0,11); }
H1.HeaderClassName
{
color: #BC000B;
}
.AnyTagClassName
{
color: #BC000B;
}
</style>
background-color css
<style>
a { background-color: #BC000B; }
a { background-color: rgb(188,0,11); }
div.DivClassName
{
background-color: #BC000B;
}
.BgClassName
{
background-color: #BC000B;
}
</style>
border-color css
<style>
span { border-color: #BC000B; }
span { border-color: rgb(188,0,11); }
td.TdClassName
{
border-color: #BC000B;
}
.TagClassName
{
border-color: #BC000B;
}
</style>