Shades of Venetian Red #BC0E1B
Tints of Venetian Red #BC0E1B
RGB
CMYK
RGB Variations
Color information
#BC0E1B (or 0xBC0E1B) is known color: Venetian Red. HEX triplet: BC, 0E and 1B. RGB value is (188,14,27). Sum of RGB (Red+Green+Blue) = 188+14+27=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E1B is #43F1E4. Grayscale: #434343. Windows color (decimal): -4452837 or 1773244. OLE color: 1773244.
HSL color Cylindrical-coordinate representation of color #BC0E1B: hue angle of 355.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E1B is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 27 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.26 |
| HSL | 355.52º | 0.86% | 0.4% | - |
| HSV(B) | 355.52º | 0.93% | 0.74% | - |
| XYZ | 21.09 | 11.08 | 2.06 | - |
| YUV | 67.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 27 | 0 | 0.93 | 0.86 | 0.26 | 355.52 | 0.86 | 0.4 |
| Hex | BC | E | 1B | 0 | 5D | 56 | 1A | 164 | 56 | 28 |
| Octal | 274 | 16 | 33 | 0 | 135 | 126 | 32 | 544 | 126 | 50 |
| Binary | 10111100 | 1110 | 11011 | 0 | 1011101 | 1010110 | 11010 | 101100100 | 1010110 | 101000 |
Color Harmonies of #BC0E1B
Complementary color
Monochromatic Colors of #BC0E1B
Black with #BC0E1B
Text Example
Text Example
White with #BC0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E1B; }
p { color: rgb(188,14,27); }
H1.HeaderClassName
{
color: #BC0E1B;
}
.AnyTagClassName
{
color: #BC0E1B;
}
</style>
background-color css
<style>
a { background-color: #BC0E1B; }
a { background-color: rgb(188,14,27); }
div.DivClassName
{
background-color: #BC0E1B;
}
.BgClassName
{
background-color: #BC0E1B;
}
</style>
border-color css
<style>
span { border-color: #BC0E1B; }
span { border-color: rgb(188,14,27); }
td.TdClassName
{
border-color: #BC0E1B;
}
.TagClassName
{
border-color: #BC0E1B;
}
</style>