Shades of Venetian Red #BC0627
Tints of Venetian Red #BC0627
RGB
CMYK
RGB Variations
Color information
#BC0627 (or 0xBC0627) is known color: Venetian Red. HEX triplet: BC, 06 and 27. RGB value is (188,6,39). Sum of RGB (Red+Green+Blue) = 188+6+39=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0627 is #43F9D8. Grayscale: #404040. Windows color (decimal): -4454873 or 2557628. OLE color: 2557628.
HSL color Cylindrical-coordinate representation of color #BC0627: hue angle of 349.12º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0627 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 39 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.26 |
| HSL | 349.12º | 0.94% | 0.38% | - |
| HSV(B) | 349.12º | 0.97% | 0.74% | - |
| XYZ | 21.17 | 10.97 | 2.92 | - |
| YUV | 64.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 39 | 0 | 0.97 | 0.79 | 0.26 | 349.12 | 0.94 | 0.38 |
| Hex | BC | 6 | 27 | 0 | 61 | 4F | 1A | 15D | 5E | 26 |
| Octal | 274 | 6 | 47 | 0 | 141 | 117 | 32 | 535 | 136 | 46 |
| Binary | 10111100 | 110 | 100111 | 0 | 1100001 | 1001111 | 11010 | 101011101 | 1011110 | 100110 |
Color Harmonies of #BC0627
Complementary color
Monochromatic Colors of #BC0627
Black with #BC0627
Text Example
Text Example
White with #BC0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0627; }
p { color: rgb(188,6,39); }
H1.HeaderClassName
{
color: #BC0627;
}
.AnyTagClassName
{
color: #BC0627;
}
</style>
background-color css
<style>
a { background-color: #BC0627; }
a { background-color: rgb(188,6,39); }
div.DivClassName
{
background-color: #BC0627;
}
.BgClassName
{
background-color: #BC0627;
}
</style>
border-color css
<style>
span { border-color: #BC0627; }
span { border-color: rgb(188,6,39); }
td.TdClassName
{
border-color: #BC0627;
}
.TagClassName
{
border-color: #BC0627;
}
</style>