Shades of Venetian Red #BC0525
Tints of Venetian Red #BC0525
RGB
CMYK
RGB Variations
Color information
#BC0525 (or 0xBC0525) is known color: Venetian Red. HEX triplet: BC, 05 and 25. RGB value is (188,5,37). Sum of RGB (Red+Green+Blue) = 188+5+37=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0525 is #43FADA. Grayscale: #3F3F3F. Windows color (decimal): -4455131 or 2426300. OLE color: 2426300.
HSL color Cylindrical-coordinate representation of color #BC0525: hue angle of 349.51º 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 #BC0525 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 37 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.26 |
| HSL | 349.51º | 0.95% | 0.38% | - |
| HSV(B) | 349.51º | 0.97% | 0.74% | - |
| XYZ | 21.13 | 10.93 | 2.75 | - |
| YUV | 63.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 37 | 0 | 0.97 | 0.80 | 0.26 | 349.51 | 0.95 | 0.38 |
| Hex | BC | 5 | 25 | 0 | 61 | 50 | 1A | 15E | 5F | 26 |
| Octal | 274 | 5 | 45 | 0 | 141 | 120 | 32 | 536 | 137 | 46 |
| Binary | 10111100 | 101 | 100101 | 0 | 1100001 | 1010000 | 11010 | 101011110 | 1011111 | 100110 |
Color Harmonies of #BC0525
Complementary color
Monochromatic Colors of #BC0525
Black with #BC0525
Text Example
Text Example
White with #BC0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0525; }
p { color: rgb(188,5,37); }
H1.HeaderClassName
{
color: #BC0525;
}
.AnyTagClassName
{
color: #BC0525;
}
</style>
background-color css
<style>
a { background-color: #BC0525; }
a { background-color: rgb(188,5,37); }
div.DivClassName
{
background-color: #BC0525;
}
.BgClassName
{
background-color: #BC0525;
}
</style>
border-color css
<style>
span { border-color: #BC0525; }
span { border-color: rgb(188,5,37); }
td.TdClassName
{
border-color: #BC0525;
}
.TagClassName
{
border-color: #BC0525;
}
</style>