Shades of Venetian Red #BC011E
Tints of Venetian Red #BC011E
RGB
CMYK
RGB Variations
Color information
#BC011E (or 0xBC011E) is known color: Venetian Red. HEX triplet: BC, 01 and 1E. RGB value is (188,1,30). Sum of RGB (Red+Green+Blue) = 188+1+30=219 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.84% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 188 - color contains mainly: red. Hex color #BC011E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC011E is #43FEE1. Grayscale: #3C3C3C. Windows color (decimal): -4456162 or 1966524. OLE color: 1966524.
HSL color Cylindrical-coordinate representation of color #BC011E: hue angle of 350.7º degrees, saturation: 0.99, 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 #BC011E is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.26 |
| HSL | 350.7º | 0.99% | 0.37% | - |
| HSV(B) | 350.7º | 0.99% | 0.74% | - |
| XYZ | 20.98 | 10.81 | 2.21 | - |
| YUV | 60.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 30 | 0 | 0.99 | 0.84 | 0.26 | 350.7 | 0.99 | 0.37 |
| Hex | BC | 1 | 1E | 0 | 63 | 54 | 1A | 15F | 63 | 25 |
| Octal | 274 | 1 | 36 | 0 | 143 | 124 | 32 | 537 | 143 | 45 |
| Binary | 10111100 | 1 | 11110 | 0 | 1100011 | 1010100 | 11010 | 101011111 | 1100011 | 100101 |
Color Harmonies of #BC011E
Complementary color
Monochromatic Colors of #BC011E
Black with #BC011E
Text Example
Text Example
White with #BC011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC011E; }
p { color: rgb(188,1,30); }
H1.HeaderClassName
{
color: #BC011E;
}
.AnyTagClassName
{
color: #BC011E;
}
</style>
background-color css
<style>
a { background-color: #BC011E; }
a { background-color: rgb(188,1,30); }
div.DivClassName
{
background-color: #BC011E;
}
.BgClassName
{
background-color: #BC011E;
}
</style>
border-color css
<style>
span { border-color: #BC011E; }
span { border-color: rgb(188,1,30); }
td.TdClassName
{
border-color: #BC011E;
}
.TagClassName
{
border-color: #BC011E;
}
</style>