Shades of Venetian Red #BC0003
Tints of Venetian Red #BC0003
RGB
CMYK
RGB Variations
Color information
#BC0003 (or 0xBC0003) is known color: Venetian Red. HEX triplet: BC, 00 and 03. RGB value is (188,0,3). Sum of RGB (Red+Green+Blue) = 188+0+3=191 (25% of max value = 765). Red value is 188 (73.83% from 255 or 98.43% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0003 is #43FFFC. Grayscale: #383838. Windows color (decimal): -4456445 or 196796. OLE color: 196796.
HSL color Cylindrical-coordinate representation of color #BC0003: hue angle of 359.04º 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 #BC0003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.98 | 0.26 |
| HSL | 359.04º | 1% | 0.37% | - |
| HSV(B) | 359.04º | 1% | 0.74% | - |
| XYZ | 20.76 | 10.7 | 1.06 | - |
| YUV | 56.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 3 | 0 | 1 | 0.98 | 0.26 | 359.04 | 1 | 0.37 |
| Hex | BC | 0 | 3 | 0 | 64 | 62 | 1A | 167 | 64 | 25 |
| Octal | 274 | 0 | 3 | 0 | 144 | 142 | 32 | 547 | 144 | 45 |
| Binary | 10111100 | 0 | 11 | 0 | 1100100 | 1100010 | 11010 | 101100111 | 1100100 | 100101 |
Color Harmonies of #BC0003
Complementary color
Monochromatic Colors of #BC0003
Black with #BC0003
Text Example
Text Example
White with #BC0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0003; }
p { color: rgb(188,0,3); }
H1.HeaderClassName
{
color: #BC0003;
}
.AnyTagClassName
{
color: #BC0003;
}
</style>
background-color css
<style>
a { background-color: #BC0003; }
a { background-color: rgb(188,0,3); }
div.DivClassName
{
background-color: #BC0003;
}
.BgClassName
{
background-color: #BC0003;
}
</style>
border-color css
<style>
span { border-color: #BC0003; }
span { border-color: rgb(188,0,3); }
td.TdClassName
{
border-color: #BC0003;
}
.TagClassName
{
border-color: #BC0003;
}
</style>