Shades of Venetian Red #BC0519
Tints of Venetian Red #BC0519
RGB
CMYK
RGB Variations
Color information
#BC0519 (or 0xBC0519) is known color: Venetian Red. HEX triplet: BC, 05 and 19. RGB value is (188,5,25). Sum of RGB (Red+Green+Blue) = 188+5+25=218 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.24% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0519 is #43FAE6. Grayscale: #3E3E3E. Windows color (decimal): -4455143 or 1639868. OLE color: 1639868.
HSL color Cylindrical-coordinate representation of color #BC0519: hue angle of 353.44º 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 #BC0519 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.26 |
| HSL | 353.44º | 0.95% | 0.38% | - |
| HSV(B) | 353.44º | 0.97% | 0.74% | - |
| XYZ | 20.97 | 10.87 | 1.91 | - |
| YUV | 62 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 25 | 0 | 0.97 | 0.87 | 0.26 | 353.44 | 0.95 | 0.38 |
| Hex | BC | 5 | 19 | 0 | 61 | 57 | 1A | 161 | 5F | 26 |
| Octal | 274 | 5 | 31 | 0 | 141 | 127 | 32 | 541 | 137 | 46 |
| Binary | 10111100 | 101 | 11001 | 0 | 1100001 | 1010111 | 11010 | 101100001 | 1011111 | 100110 |
Color Harmonies of #BC0519
Complementary color
Monochromatic Colors of #BC0519
Black with #BC0519
Text Example
Text Example
White with #BC0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0519; }
p { color: rgb(188,5,25); }
H1.HeaderClassName
{
color: #BC0519;
}
.AnyTagClassName
{
color: #BC0519;
}
</style>
background-color css
<style>
a { background-color: #BC0519; }
a { background-color: rgb(188,5,25); }
div.DivClassName
{
background-color: #BC0519;
}
.BgClassName
{
background-color: #BC0519;
}
</style>
border-color css
<style>
span { border-color: #BC0519; }
span { border-color: rgb(188,5,25); }
td.TdClassName
{
border-color: #BC0519;
}
.TagClassName
{
border-color: #BC0519;
}
</style>