Shades of Venetian Red #BC0B25
Tints of Venetian Red #BC0B25
RGB
CMYK
RGB Variations
Color information
#BC0B25 (or 0xBC0B25) is known color: Venetian Red. HEX triplet: BC, 0B and 25. RGB value is (188,11,37). Sum of RGB (Red+Green+Blue) = 188+11+37=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B25 is #43F4DA. Grayscale: #424242. Windows color (decimal): -4453595 or 2427836. OLE color: 2427836.
HSL color Cylindrical-coordinate representation of color #BC0B25: hue angle of 351.19º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B25 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 37 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.26 |
| HSL | 351.19º | 0.89% | 0.39% | - |
| HSV(B) | 351.19º | 0.94% | 0.74% | - |
| XYZ | 21.19 | 11.06 | 2.77 | - |
| YUV | 66.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 37 | 0 | 0.94 | 0.80 | 0.26 | 351.19 | 0.89 | 0.39 |
| Hex | BC | B | 25 | 0 | 5E | 50 | 1A | 15F | 59 | 27 |
| Octal | 274 | 13 | 45 | 0 | 136 | 120 | 32 | 537 | 131 | 47 |
| Binary | 10111100 | 1011 | 100101 | 0 | 1011110 | 1010000 | 11010 | 101011111 | 1011001 | 100111 |
Color Harmonies of #BC0B25
Complementary color
Monochromatic Colors of #BC0B25
Black with #BC0B25
Text Example
Text Example
White with #BC0B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B25; }
p { color: rgb(188,11,37); }
H1.HeaderClassName
{
color: #BC0B25;
}
.AnyTagClassName
{
color: #BC0B25;
}
</style>
background-color css
<style>
a { background-color: #BC0B25; }
a { background-color: rgb(188,11,37); }
div.DivClassName
{
background-color: #BC0B25;
}
.BgClassName
{
background-color: #BC0B25;
}
</style>
border-color css
<style>
span { border-color: #BC0B25; }
span { border-color: rgb(188,11,37); }
td.TdClassName
{
border-color: #BC0B25;
}
.TagClassName
{
border-color: #BC0B25;
}
</style>