Shades of Venetian Red #BC0C10
Tints of Venetian Red #BC0C10
RGB
CMYK
RGB Variations
Color information
#BC0C10 (or 0xBC0C10) is known color: Venetian Red. HEX triplet: BC, 0C and 10. RGB value is (188,12,16). Sum of RGB (Red+Green+Blue) = 188+12+16=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0C10 is #43F3EF. Grayscale: #414141. Windows color (decimal): -4453360 or 1051836. OLE color: 1051836.
HSL color Cylindrical-coordinate representation of color #BC0C10: hue angle of 358.64º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C10 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 16 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.26 |
| HSL | 358.64º | 0.88% | 0.39% | - |
| HSV(B) | 358.64º | 0.94% | 0.74% | - |
| XYZ | 20.96 | 10.99 | 1.51 | - |
| YUV | 65.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 16 | 0 | 0.94 | 0.91 | 0.26 | 358.64 | 0.88 | 0.39 |
| Hex | BC | C | 10 | 0 | 5E | 5B | 1A | 167 | 58 | 27 |
| Octal | 274 | 14 | 20 | 0 | 136 | 133 | 32 | 547 | 130 | 47 |
| Binary | 10111100 | 1100 | 10000 | 0 | 1011110 | 1011011 | 11010 | 101100111 | 1011000 | 100111 |
Color Harmonies of #BC0C10
Complementary color
Monochromatic Colors of #BC0C10
Black with #BC0C10
Text Example
Text Example
White with #BC0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C10; }
p { color: rgb(188,12,16); }
H1.HeaderClassName
{
color: #BC0C10;
}
.AnyTagClassName
{
color: #BC0C10;
}
</style>
background-color css
<style>
a { background-color: #BC0C10; }
a { background-color: rgb(188,12,16); }
div.DivClassName
{
background-color: #BC0C10;
}
.BgClassName
{
background-color: #BC0C10;
}
</style>
border-color css
<style>
span { border-color: #BC0C10; }
span { border-color: rgb(188,12,16); }
td.TdClassName
{
border-color: #BC0C10;
}
.TagClassName
{
border-color: #BC0C10;
}
</style>