Shades of Venetian Red #BC020C
Tints of Venetian Red #BC020C
RGB
CMYK
RGB Variations
Color information
#BC020C (or 0xBC020C) is known color: Venetian Red. HEX triplet: BC, 02 and 0C. RGB value is (188,2,12). Sum of RGB (Red+Green+Blue) = 188+2+12=202 (26% of max value = 765). Red value is 188 (73.83% from 255 or 93.07% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 188 - color contains mainly: red. Hex color #BC020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC020C is #43FDF3. Grayscale: #3A3A3A. Windows color (decimal): -4455924 or 787132. OLE color: 787132.
HSL color Cylindrical-coordinate representation of color #BC020C: hue angle of 356.77º 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 #BC020C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.26 |
| HSL | 356.77º | 0.98% | 0.37% | - |
| HSV(B) | 356.77º | 0.99% | 0.74% | - |
| XYZ | 20.83 | 10.76 | 1.33 | - |
| YUV | 58.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 12 | 0 | 0.99 | 0.94 | 0.26 | 356.77 | 0.98 | 0.37 |
| Hex | BC | 2 | C | 0 | 63 | 5E | 1A | 165 | 62 | 25 |
| Octal | 274 | 2 | 14 | 0 | 143 | 136 | 32 | 545 | 142 | 45 |
| Binary | 10111100 | 10 | 1100 | 0 | 1100011 | 1011110 | 11010 | 101100101 | 1100010 | 100101 |
Color Harmonies of #BC020C
Complementary color
Monochromatic Colors of #BC020C
Black with #BC020C
Text Example
Text Example
White with #BC020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC020C; }
p { color: rgb(188,2,12); }
H1.HeaderClassName
{
color: #BC020C;
}
.AnyTagClassName
{
color: #BC020C;
}
</style>
background-color css
<style>
a { background-color: #BC020C; }
a { background-color: rgb(188,2,12); }
div.DivClassName
{
background-color: #BC020C;
}
.BgClassName
{
background-color: #BC020C;
}
</style>
border-color css
<style>
span { border-color: #BC020C; }
span { border-color: rgb(188,2,12); }
td.TdClassName
{
border-color: #BC020C;
}
.TagClassName
{
border-color: #BC020C;
}
</style>