Shades of Venetian Red #BC0116
Tints of Venetian Red #BC0116
RGB
CMYK
RGB Variations
Color information
#BC0116 (or 0xBC0116) is known color: Venetian Red. HEX triplet: BC, 01 and 16. RGB value is (188,1,22). Sum of RGB (Red+Green+Blue) = 188+1+22=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0116 is #43FEE9. Grayscale: #3B3B3B. Windows color (decimal): -4456170 or 1442236. OLE color: 1442236.
HSL color Cylindrical-coordinate representation of color #BC0116: hue angle of 353.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.26 |
| HSL | 353.26º | 0.99% | 0.37% | - |
| HSV(B) | 353.26º | 0.99% | 0.74% | - |
| XYZ | 20.89 | 10.77 | 1.74 | - |
| YUV | 59.31 | 106.95 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 22 | 0 | 0.99 | 0.88 | 0.26 | 353.26 | 0.99 | 0.37 |
| Hex | BC | 1 | 16 | 0 | 63 | 58 | 1A | 161 | 63 | 25 |
| Octal | 274 | 1 | 26 | 0 | 143 | 130 | 32 | 541 | 143 | 45 |
| Binary | 10111100 | 1 | 10110 | 0 | 1100011 | 1011000 | 11010 | 101100001 | 1100011 | 100101 |
Color Harmonies of #BC0116
Complementary color
Monochromatic Colors of #BC0116
Black with #BC0116
Text Example
Text Example
White with #BC0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0116; }
p { color: rgb(188,1,22); }
H1.HeaderClassName
{
color: #BC0116;
}
.AnyTagClassName
{
color: #BC0116;
}
</style>
background-color css
<style>
a { background-color: #BC0116; }
a { background-color: rgb(188,1,22); }
div.DivClassName
{
background-color: #BC0116;
}
.BgClassName
{
background-color: #BC0116;
}
</style>
border-color css
<style>
span { border-color: #BC0116; }
span { border-color: rgb(188,1,22); }
td.TdClassName
{
border-color: #BC0116;
}
.TagClassName
{
border-color: #BC0116;
}
</style>