Shades of Venetian Red #BC1116
Tints of Venetian Red #BC1116
RGB
CMYK
RGB Variations
Color information
#BC1116 (or 0xBC1116) is known color: Venetian Red. HEX triplet: BC, 11 and 16. RGB value is (188,17,22). Sum of RGB (Red+Green+Blue) = 188+17+22=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1116 is #43EEE9. Grayscale: #444444. Windows color (decimal): -4452074 or 1446332. OLE color: 1446332.
HSL color Cylindrical-coordinate representation of color #BC1116: hue angle of 358.25º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1116 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 22 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.26 |
| HSL | 358.25º | 0.83% | 0.4% | - |
| HSV(B) | 358.25º | 0.91% | 0.74% | - |
| XYZ | 21.08 | 11.15 | 1.8 | - |
| YUV | 68.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 22 | 0 | 0.91 | 0.88 | 0.26 | 358.25 | 0.83 | 0.4 |
| Hex | BC | 11 | 16 | 0 | 5B | 58 | 1A | 166 | 53 | 28 |
| Octal | 274 | 21 | 26 | 0 | 133 | 130 | 32 | 546 | 123 | 50 |
| Binary | 10111100 | 10001 | 10110 | 0 | 1011011 | 1011000 | 11010 | 101100110 | 1010011 | 101000 |
Color Harmonies of #BC1116
Complementary color
Monochromatic Colors of #BC1116
Black with #BC1116
Text Example
Text Example
White with #BC1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1116; }
p { color: rgb(188,17,22); }
H1.HeaderClassName
{
color: #BC1116;
}
.AnyTagClassName
{
color: #BC1116;
}
</style>
background-color css
<style>
a { background-color: #BC1116; }
a { background-color: rgb(188,17,22); }
div.DivClassName
{
background-color: #BC1116;
}
.BgClassName
{
background-color: #BC1116;
}
</style>
border-color css
<style>
span { border-color: #BC1116; }
span { border-color: rgb(188,17,22); }
td.TdClassName
{
border-color: #BC1116;
}
.TagClassName
{
border-color: #BC1116;
}
</style>