Shades of Venetian Red #BC0629
Tints of Venetian Red #BC0629
RGB
CMYK
RGB Variations
Color information
#BC0629 (or 0xBC0629) is known color: Venetian Red. HEX triplet: BC, 06 and 29. RGB value is (188,6,41). Sum of RGB (Red+Green+Blue) = 188+6+41=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0629 is #43F9D6. Grayscale: #404040. Windows color (decimal): -4454871 or 2688700. OLE color: 2688700.
HSL color Cylindrical-coordinate representation of color #BC0629: hue angle of 348.46º 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 #BC0629 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 41 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.26 |
| HSL | 348.46º | 0.94% | 0.38% | - |
| HSV(B) | 348.46º | 0.97% | 0.74% | - |
| XYZ | 21.2 | 10.98 | 3.1 | - |
| YUV | 64.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 41 | 0 | 0.97 | 0.78 | 0.26 | 348.46 | 0.94 | 0.38 |
| Hex | BC | 6 | 29 | 0 | 61 | 4E | 1A | 15C | 5E | 26 |
| Octal | 274 | 6 | 51 | 0 | 141 | 116 | 32 | 534 | 136 | 46 |
| Binary | 10111100 | 110 | 101001 | 0 | 1100001 | 1001110 | 11010 | 101011100 | 1011110 | 100110 |
Color Harmonies of #BC0629
Complementary color
Monochromatic Colors of #BC0629
Black with #BC0629
Text Example
Text Example
White with #BC0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0629; }
p { color: rgb(188,6,41); }
H1.HeaderClassName
{
color: #BC0629;
}
.AnyTagClassName
{
color: #BC0629;
}
</style>
background-color css
<style>
a { background-color: #BC0629; }
a { background-color: rgb(188,6,41); }
div.DivClassName
{
background-color: #BC0629;
}
.BgClassName
{
background-color: #BC0629;
}
</style>
border-color css
<style>
span { border-color: #BC0629; }
span { border-color: rgb(188,6,41); }
td.TdClassName
{
border-color: #BC0629;
}
.TagClassName
{
border-color: #BC0629;
}
</style>