Shades of Venetian Red #BC000C
Tints of Venetian Red #BC000C
RGB
CMYK
RGB Variations
Color information
#BC000C (or 0xBC000C) is known color: Venetian Red. HEX triplet: BC, 00 and 0C. RGB value is (188,0,12). Sum of RGB (Red+Green+Blue) = 188+0+12=200 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 188 - color contains mainly: red. Hex color #BC000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC000C is #43FFF3. Grayscale: #393939. Windows color (decimal): -4456436 or 786620. OLE color: 786620.
HSL color Cylindrical-coordinate representation of color #BC000C: hue angle of 356.17º 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 #BC000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.94 | 0.26 |
| HSL | 356.17º | 1% | 0.37% | - |
| HSV(B) | 356.17º | 1% | 0.74% | - |
| XYZ | 20.81 | 10.72 | 1.32 | - |
| YUV | 57.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 12 | 0 | 1 | 0.94 | 0.26 | 356.17 | 1 | 0.37 |
| Hex | BC | 0 | C | 0 | 64 | 5E | 1A | 164 | 64 | 25 |
| Octal | 274 | 0 | 14 | 0 | 144 | 136 | 32 | 544 | 144 | 45 |
| Binary | 10111100 | 0 | 1100 | 0 | 1100100 | 1011110 | 11010 | 101100100 | 1100100 | 100101 |
Color Harmonies of #BC000C
Complementary color
Monochromatic Colors of #BC000C
Black with #BC000C
Text Example
Text Example
White with #BC000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC000C; }
p { color: rgb(188,0,12); }
H1.HeaderClassName
{
color: #BC000C;
}
.AnyTagClassName
{
color: #BC000C;
}
</style>
background-color css
<style>
a { background-color: #BC000C; }
a { background-color: rgb(188,0,12); }
div.DivClassName
{
background-color: #BC000C;
}
.BgClassName
{
background-color: #BC000C;
}
</style>
border-color css
<style>
span { border-color: #BC000C; }
span { border-color: rgb(188,0,12); }
td.TdClassName
{
border-color: #BC000C;
}
.TagClassName
{
border-color: #BC000C;
}
</style>