Shades of Venetian Red #BC0B26
Tints of Venetian Red #BC0B26
RGB
CMYK
RGB Variations
Color information
#BC0B26 (or 0xBC0B26) is known color: Venetian Red. HEX triplet: BC, 0B and 26. RGB value is (188,11,38). Sum of RGB (Red+Green+Blue) = 188+11+38=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B26 is #43F4D9. Grayscale: #434343. Windows color (decimal): -4453594 or 2493372. OLE color: 2493372.
HSL color Cylindrical-coordinate representation of color #BC0B26: hue angle of 350.85º 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 #BC0B26 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 38 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.26 |
| HSL | 350.85º | 0.89% | 0.39% | - |
| HSV(B) | 350.85º | 0.94% | 0.74% | - |
| XYZ | 21.21 | 11.07 | 2.85 | - |
| YUV | 67 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 38 | 0 | 0.94 | 0.80 | 0.26 | 350.85 | 0.89 | 0.39 |
| Hex | BC | B | 26 | 0 | 5E | 50 | 1A | 15F | 59 | 27 |
| Octal | 274 | 13 | 46 | 0 | 136 | 120 | 32 | 537 | 131 | 47 |
| Binary | 10111100 | 1011 | 100110 | 0 | 1011110 | 1010000 | 11010 | 101011111 | 1011001 | 100111 |
Color Harmonies of #BC0B26
Complementary color
Monochromatic Colors of #BC0B26
Black with #BC0B26
Text Example
Text Example
White with #BC0B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B26; }
p { color: rgb(188,11,38); }
H1.HeaderClassName
{
color: #BC0B26;
}
.AnyTagClassName
{
color: #BC0B26;
}
</style>
background-color css
<style>
a { background-color: #BC0B26; }
a { background-color: rgb(188,11,38); }
div.DivClassName
{
background-color: #BC0B26;
}
.BgClassName
{
background-color: #BC0B26;
}
</style>
border-color css
<style>
span { border-color: #BC0B26; }
span { border-color: rgb(188,11,38); }
td.TdClassName
{
border-color: #BC0B26;
}
.TagClassName
{
border-color: #BC0B26;
}
</style>