Shades of Venetian Red #BC0526
Tints of Venetian Red #BC0526
RGB
CMYK
RGB Variations
Color information
#BC0526 (or 0xBC0526) is known color: Venetian Red. HEX triplet: BC, 05 and 26. RGB value is (188,5,38). Sum of RGB (Red+Green+Blue) = 188+5+38=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0526 is #43FAD9. Grayscale: #3F3F3F. Windows color (decimal): -4455130 or 2491836. OLE color: 2491836.
HSL color Cylindrical-coordinate representation of color #BC0526: hue angle of 349.18º 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 #BC0526 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 38 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.26 |
| HSL | 349.18º | 0.95% | 0.38% | - |
| HSV(B) | 349.18º | 0.97% | 0.74% | - |
| XYZ | 21.14 | 10.94 | 2.83 | - |
| YUV | 63.48 | 113.63 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 38 | 0 | 0.97 | 0.80 | 0.26 | 349.18 | 0.95 | 0.38 |
| Hex | BC | 5 | 26 | 0 | 61 | 50 | 1A | 15D | 5F | 26 |
| Octal | 274 | 5 | 46 | 0 | 141 | 120 | 32 | 535 | 137 | 46 |
| Binary | 10111100 | 101 | 100110 | 0 | 1100001 | 1010000 | 11010 | 101011101 | 1011111 | 100110 |
Color Harmonies of #BC0526
Complementary color
Monochromatic Colors of #BC0526
Black with #BC0526
Text Example
Text Example
White with #BC0526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0526; }
p { color: rgb(188,5,38); }
H1.HeaderClassName
{
color: #BC0526;
}
.AnyTagClassName
{
color: #BC0526;
}
</style>
background-color css
<style>
a { background-color: #BC0526; }
a { background-color: rgb(188,5,38); }
div.DivClassName
{
background-color: #BC0526;
}
.BgClassName
{
background-color: #BC0526;
}
</style>
border-color css
<style>
span { border-color: #BC0526; }
span { border-color: rgb(188,5,38); }
td.TdClassName
{
border-color: #BC0526;
}
.TagClassName
{
border-color: #BC0526;
}
</style>