Shades of Venetian Red #BC0B1C
Tints of Venetian Red #BC0B1C
RGB
CMYK
RGB Variations
Color information
#BC0B1C (or 0xBC0B1C) is known color: Venetian Red. HEX triplet: BC, 0B and 1C. RGB value is (188,11,28). Sum of RGB (Red+Green+Blue) = 188+11+28=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B1C is #43F4E3. Grayscale: #414141. Windows color (decimal): -4453604 or 1838012. OLE color: 1838012.
HSL color Cylindrical-coordinate representation of color #BC0B1C: hue angle of 354.24º degrees, saturation: 0.89, 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 #BC0B1C is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 28 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.26 |
| HSL | 354.24º | 0.89% | 0.39% | - |
| HSV(B) | 354.24º | 0.94% | 0.74% | - |
| XYZ | 21.07 | 11.01 | 2.11 | - |
| YUV | 65.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 28 | 0 | 0.94 | 0.85 | 0.26 | 354.24 | 0.89 | 0.39 |
| Hex | BC | B | 1C | 0 | 5E | 55 | 1A | 162 | 59 | 27 |
| Octal | 274 | 13 | 34 | 0 | 136 | 125 | 32 | 542 | 131 | 47 |
| Binary | 10111100 | 1011 | 11100 | 0 | 1011110 | 1010101 | 11010 | 101100010 | 1011001 | 100111 |
Color Harmonies of #BC0B1C
Complementary color
Monochromatic Colors of #BC0B1C
Black with #BC0B1C
Text Example
Text Example
White with #BC0B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B1C; }
p { color: rgb(188,11,28); }
H1.HeaderClassName
{
color: #BC0B1C;
}
.AnyTagClassName
{
color: #BC0B1C;
}
</style>
background-color css
<style>
a { background-color: #BC0B1C; }
a { background-color: rgb(188,11,28); }
div.DivClassName
{
background-color: #BC0B1C;
}
.BgClassName
{
background-color: #BC0B1C;
}
</style>
border-color css
<style>
span { border-color: #BC0B1C; }
span { border-color: rgb(188,11,28); }
td.TdClassName
{
border-color: #BC0B1C;
}
.TagClassName
{
border-color: #BC0B1C;
}
</style>