Shades of Venetian Red #BC021B
Tints of Venetian Red #BC021B
RGB
CMYK
RGB Variations
Color information
#BC021B (or 0xBC021B) is known color: Venetian Red. HEX triplet: BC, 02 and 1B. RGB value is (188,2,27). Sum of RGB (Red+Green+Blue) = 188+2+27=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC021B is #43FDE4. Grayscale: #3C3C3C. Windows color (decimal): -4455909 or 1770172. OLE color: 1770172.
HSL color Cylindrical-coordinate representation of color #BC021B: hue angle of 351.94º 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 #BC021B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.26 |
| HSL | 351.94º | 0.98% | 0.37% | - |
| HSV(B) | 351.94º | 0.99% | 0.74% | - |
| XYZ | 20.96 | 10.81 | 2.02 | - |
| YUV | 60.46 | 109.12 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 27 | 0 | 0.99 | 0.86 | 0.26 | 351.94 | 0.98 | 0.37 |
| Hex | BC | 2 | 1B | 0 | 63 | 56 | 1A | 160 | 62 | 25 |
| Octal | 274 | 2 | 33 | 0 | 143 | 126 | 32 | 540 | 142 | 45 |
| Binary | 10111100 | 10 | 11011 | 0 | 1100011 | 1010110 | 11010 | 101100000 | 1100010 | 100101 |
Color Harmonies of #BC021B
Complementary color
Monochromatic Colors of #BC021B
Black with #BC021B
Text Example
Text Example
White with #BC021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC021B; }
p { color: rgb(188,2,27); }
H1.HeaderClassName
{
color: #BC021B;
}
.AnyTagClassName
{
color: #BC021B;
}
</style>
background-color css
<style>
a { background-color: #BC021B; }
a { background-color: rgb(188,2,27); }
div.DivClassName
{
background-color: #BC021B;
}
.BgClassName
{
background-color: #BC021B;
}
</style>
border-color css
<style>
span { border-color: #BC021B; }
span { border-color: rgb(188,2,27); }
td.TdClassName
{
border-color: #BC021B;
}
.TagClassName
{
border-color: #BC021B;
}
</style>