Shades of Venetian Red #BC0029
Tints of Venetian Red #BC0029
RGB
CMYK
RGB Variations
Color information
#BC0029 (or 0xBC0029) is known color: Venetian Red. HEX triplet: BC, 00 and 29. RGB value is (188,0,41). Sum of RGB (Red+Green+Blue) = 188+0+41=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0029 is #43FFD6. Grayscale: #3C3C3C. Windows color (decimal): -4456407 or 2687164. OLE color: 2687164.
HSL color Cylindrical-coordinate representation of color #BC0029: hue angle of 346.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0029 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.78 | 0.26 |
| HSL | 346.91º | 1% | 0.37% | - |
| HSV(B) | 346.91º | 1% | 0.74% | - |
| XYZ | 21.14 | 10.85 | 3.08 | - |
| YUV | 60.89 | 116.78 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 41 | 0 | 1 | 0.78 | 0.26 | 346.91 | 1 | 0.37 |
| Hex | BC | 0 | 29 | 0 | 64 | 4E | 1A | 15B | 64 | 25 |
| Octal | 274 | 0 | 51 | 0 | 144 | 116 | 32 | 533 | 144 | 45 |
| Binary | 10111100 | 0 | 101001 | 0 | 1100100 | 1001110 | 11010 | 101011011 | 1100100 | 100101 |
Color Harmonies of #BC0029
Complementary color
Monochromatic Colors of #BC0029
Black with #BC0029
Text Example
Text Example
White with #BC0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0029; }
p { color: rgb(188,0,41); }
H1.HeaderClassName
{
color: #BC0029;
}
.AnyTagClassName
{
color: #BC0029;
}
</style>
background-color css
<style>
a { background-color: #BC0029; }
a { background-color: rgb(188,0,41); }
div.DivClassName
{
background-color: #BC0029;
}
.BgClassName
{
background-color: #BC0029;
}
</style>
border-color css
<style>
span { border-color: #BC0029; }
span { border-color: rgb(188,0,41); }
td.TdClassName
{
border-color: #BC0029;
}
.TagClassName
{
border-color: #BC0029;
}
</style>