Shades of Venetian Red #BC0621
Tints of Venetian Red #BC0621
RGB
CMYK
RGB Variations
Color information
#BC0621 (or 0xBC0621) is known color: Venetian Red. HEX triplet: BC, 06 and 21. RGB value is (188,6,33). Sum of RGB (Red+Green+Blue) = 188+6+33=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0621 is #43F9DE. Grayscale: #3F3F3F. Windows color (decimal): -4454879 or 2164412. OLE color: 2164412.
HSL color Cylindrical-coordinate representation of color #BC0621: hue angle of 351.1º degrees, saturation: 0.94, 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 #BC0621 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 33 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.26 |
| HSL | 351.1º | 0.94% | 0.38% | - |
| HSV(B) | 351.1º | 0.97% | 0.74% | - |
| XYZ | 21.08 | 10.93 | 2.44 | - |
| YUV | 63.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 33 | 0 | 0.97 | 0.82 | 0.26 | 351.1 | 0.94 | 0.38 |
| Hex | BC | 6 | 21 | 0 | 61 | 52 | 1A | 15F | 5E | 26 |
| Octal | 274 | 6 | 41 | 0 | 141 | 122 | 32 | 537 | 136 | 46 |
| Binary | 10111100 | 110 | 100001 | 0 | 1100001 | 1010010 | 11010 | 101011111 | 1011110 | 100110 |
Color Harmonies of #BC0621
Complementary color
Monochromatic Colors of #BC0621
Black with #BC0621
Text Example
Text Example
White with #BC0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0621; }
p { color: rgb(188,6,33); }
H1.HeaderClassName
{
color: #BC0621;
}
.AnyTagClassName
{
color: #BC0621;
}
</style>
background-color css
<style>
a { background-color: #BC0621; }
a { background-color: rgb(188,6,33); }
div.DivClassName
{
background-color: #BC0621;
}
.BgClassName
{
background-color: #BC0621;
}
</style>
border-color css
<style>
span { border-color: #BC0621; }
span { border-color: rgb(188,6,33); }
td.TdClassName
{
border-color: #BC0621;
}
.TagClassName
{
border-color: #BC0621;
}
</style>