Shades of Venetian Red #BC0002
Tints of Venetian Red #BC0002
RGB
CMYK
RGB Variations
Color information
#BC0002 (or 0xBC0002) is known color: Venetian Red. HEX triplet: BC, 00 and 02. RGB value is (188,0,2). Sum of RGB (Red+Green+Blue) = 188+0+2=190 (25% of max value = 765). Red value is 188 (73.83% from 255 or 98.95% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0002 is #43FFFD. Grayscale: #383838. Windows color (decimal): -4456446 or 131260. OLE color: 131260.
HSL color Cylindrical-coordinate representation of color #BC0002: hue angle of 359.36º 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 #BC0002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.26 |
| HSL | 359.36º | 1% | 0.37% | - |
| HSV(B) | 359.36º | 1% | 0.74% | - |
| XYZ | 20.75 | 10.7 | 1.03 | - |
| YUV | 56.44 | 97.28 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 2 | 0 | 1 | 0.99 | 0.26 | 359.36 | 1 | 0.37 |
| Hex | BC | 0 | 2 | 0 | 64 | 63 | 1A | 167 | 64 | 25 |
| Octal | 274 | 0 | 2 | 0 | 144 | 143 | 32 | 547 | 144 | 45 |
| Binary | 10111100 | 0 | 10 | 0 | 1100100 | 1100011 | 11010 | 101100111 | 1100100 | 100101 |
Color Harmonies of #BC0002
Complementary color
Monochromatic Colors of #BC0002
Black with #BC0002
Text Example
Text Example
White with #BC0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0002; }
p { color: rgb(188,0,2); }
H1.HeaderClassName
{
color: #BC0002;
}
.AnyTagClassName
{
color: #BC0002;
}
</style>
background-color css
<style>
a { background-color: #BC0002; }
a { background-color: rgb(188,0,2); }
div.DivClassName
{
background-color: #BC0002;
}
.BgClassName
{
background-color: #BC0002;
}
</style>
border-color css
<style>
span { border-color: #BC0002; }
span { border-color: rgb(188,0,2); }
td.TdClassName
{
border-color: #BC0002;
}
.TagClassName
{
border-color: #BC0002;
}
</style>