Shades of Venetian Red #BC0528
Tints of Venetian Red #BC0528
RGB
CMYK
RGB Variations
Color information
#BC0528 (or 0xBC0528) is known color: Venetian Red. HEX triplet: BC, 05 and 28. RGB value is (188,5,40). Sum of RGB (Red+Green+Blue) = 188+5+40=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0528 is #43FAD7. Grayscale: #3F3F3F. Windows color (decimal): -4455128 or 2622908. OLE color: 2622908.
HSL color Cylindrical-coordinate representation of color #BC0528: hue angle of 348.52º degrees, saturation: 0.95, 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 #BC0528 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 40 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.26 |
| HSL | 348.52º | 0.95% | 0.38% | - |
| HSV(B) | 348.52º | 0.97% | 0.74% | - |
| XYZ | 21.18 | 10.95 | 3.01 | - |
| YUV | 63.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 40 | 0 | 0.97 | 0.79 | 0.26 | 348.52 | 0.95 | 0.38 |
| Hex | BC | 5 | 28 | 0 | 61 | 4F | 1A | 15D | 5F | 26 |
| Octal | 274 | 5 | 50 | 0 | 141 | 117 | 32 | 535 | 137 | 46 |
| Binary | 10111100 | 101 | 101000 | 0 | 1100001 | 1001111 | 11010 | 101011101 | 1011111 | 100110 |
Color Harmonies of #BC0528
Complementary color
Monochromatic Colors of #BC0528
Black with #BC0528
Text Example
Text Example
White with #BC0528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0528; }
p { color: rgb(188,5,40); }
H1.HeaderClassName
{
color: #BC0528;
}
.AnyTagClassName
{
color: #BC0528;
}
</style>
background-color css
<style>
a { background-color: #BC0528; }
a { background-color: rgb(188,5,40); }
div.DivClassName
{
background-color: #BC0528;
}
.BgClassName
{
background-color: #BC0528;
}
</style>
border-color css
<style>
span { border-color: #BC0528; }
span { border-color: rgb(188,5,40); }
td.TdClassName
{
border-color: #BC0528;
}
.TagClassName
{
border-color: #BC0528;
}
</style>