Shades of Venetian Red #BC0716
Tints of Venetian Red #BC0716
RGB
CMYK
RGB Variations
Color information
#BC0716 (or 0xBC0716) is known color: Venetian Red. HEX triplet: BC, 07 and 16. RGB value is (188,7,22). Sum of RGB (Red+Green+Blue) = 188+7+22=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0716 is #43F8E9. Grayscale: #3E3E3E. Windows color (decimal): -4454634 or 1443772. OLE color: 1443772.
HSL color Cylindrical-coordinate representation of color #BC0716: hue angle of 355.03º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0716 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 22 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.26 |
| HSL | 355.03º | 0.93% | 0.38% | - |
| HSV(B) | 355.03º | 0.96% | 0.74% | - |
| XYZ | 20.96 | 10.9 | 1.76 | - |
| YUV | 62.83 | 104.97 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 22 | 0 | 0.96 | 0.88 | 0.26 | 355.03 | 0.93 | 0.38 |
| Hex | BC | 7 | 16 | 0 | 60 | 58 | 1A | 163 | 5D | 26 |
| Octal | 274 | 7 | 26 | 0 | 140 | 130 | 32 | 543 | 135 | 46 |
| Binary | 10111100 | 111 | 10110 | 0 | 1100000 | 1011000 | 11010 | 101100011 | 1011101 | 100110 |
Color Harmonies of #BC0716
Complementary color
Monochromatic Colors of #BC0716
Black with #BC0716
Text Example
Text Example
White with #BC0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0716; }
p { color: rgb(188,7,22); }
H1.HeaderClassName
{
color: #BC0716;
}
.AnyTagClassName
{
color: #BC0716;
}
</style>
background-color css
<style>
a { background-color: #BC0716; }
a { background-color: rgb(188,7,22); }
div.DivClassName
{
background-color: #BC0716;
}
.BgClassName
{
background-color: #BC0716;
}
</style>
border-color css
<style>
span { border-color: #BC0716; }
span { border-color: rgb(188,7,22); }
td.TdClassName
{
border-color: #BC0716;
}
.TagClassName
{
border-color: #BC0716;
}
</style>