Shades of Venetian Red #BC0220
Tints of Venetian Red #BC0220
RGB
CMYK
RGB Variations
Color information
#BC0220 (or 0xBC0220) is known color: Venetian Red. HEX triplet: BC, 02 and 20. RGB value is (188,2,32). Sum of RGB (Red+Green+Blue) = 188+2+32=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0220 is #43FDDF. Grayscale: #3D3D3D. Windows color (decimal): -4455904 or 2097852. OLE color: 2097852.
HSL color Cylindrical-coordinate representation of color #BC0220: hue angle of 350.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0220 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.26 |
| HSL | 350.32º | 0.98% | 0.37% | - |
| HSV(B) | 350.32º | 0.99% | 0.74% | - |
| XYZ | 21.02 | 10.84 | 2.35 | - |
| YUV | 61.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 32 | 0 | 0.99 | 0.83 | 0.26 | 350.32 | 0.98 | 0.37 |
| Hex | BC | 2 | 20 | 0 | 63 | 53 | 1A | 15E | 62 | 25 |
| Octal | 274 | 2 | 40 | 0 | 143 | 123 | 32 | 536 | 142 | 45 |
| Binary | 10111100 | 10 | 100000 | 0 | 1100011 | 1010011 | 11010 | 101011110 | 1100010 | 100101 |
Color Harmonies of #BC0220
Complementary color
Monochromatic Colors of #BC0220
Black with #BC0220
Text Example
Text Example
White with #BC0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0220; }
p { color: rgb(188,2,32); }
H1.HeaderClassName
{
color: #BC0220;
}
.AnyTagClassName
{
color: #BC0220;
}
</style>
background-color css
<style>
a { background-color: #BC0220; }
a { background-color: rgb(188,2,32); }
div.DivClassName
{
background-color: #BC0220;
}
.BgClassName
{
background-color: #BC0220;
}
</style>
border-color css
<style>
span { border-color: #BC0220; }
span { border-color: rgb(188,2,32); }
td.TdClassName
{
border-color: #BC0220;
}
.TagClassName
{
border-color: #BC0220;
}
</style>