Shades of Venetian Red #BC002E
Tints of Venetian Red #BC002E
RGB
CMYK
RGB Variations
Color information
#BC002E (or 0xBC002E) is known color: Venetian Red. HEX triplet: BC, 00 and 2E. RGB value is (188,0,46). Sum of RGB (Red+Green+Blue) = 188+0+46=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC002E is #43FFD1. Grayscale: #3D3D3D. Windows color (decimal): -4456402 or 3014844. OLE color: 3014844.
HSL color Cylindrical-coordinate representation of color #BC002E: hue angle of 345.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC002E is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.76 | 0.26 |
| HSL | 345.32º | 1% | 0.37% | - |
| HSV(B) | 345.32º | 1% | 0.74% | - |
| XYZ | 21.23 | 10.89 | 3.57 | - |
| YUV | 61.46 | 119.28 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 46 | 0 | 1 | 0.76 | 0.26 | 345.32 | 1 | 0.37 |
| Hex | BC | 0 | 2E | 0 | 64 | 4C | 1A | 159 | 64 | 25 |
| Octal | 274 | 0 | 56 | 0 | 144 | 114 | 32 | 531 | 144 | 45 |
| Binary | 10111100 | 0 | 101110 | 0 | 1100100 | 1001100 | 11010 | 101011001 | 1100100 | 100101 |
Color Harmonies of #BC002E
Complementary color
Monochromatic Colors of #BC002E
Black with #BC002E
Text Example
Text Example
White with #BC002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC002E; }
p { color: rgb(188,0,46); }
H1.HeaderClassName
{
color: #BC002E;
}
.AnyTagClassName
{
color: #BC002E;
}
</style>
background-color css
<style>
a { background-color: #BC002E; }
a { background-color: rgb(188,0,46); }
div.DivClassName
{
background-color: #BC002E;
}
.BgClassName
{
background-color: #BC002E;
}
</style>
border-color css
<style>
span { border-color: #BC002E; }
span { border-color: rgb(188,0,46); }
td.TdClassName
{
border-color: #BC002E;
}
.TagClassName
{
border-color: #BC002E;
}
</style>