Shades of Venetian Red #BC0104
Tints of Venetian Red #BC0104
RGB
CMYK
RGB Variations
Color information
#BC0104 (or 0xBC0104) is known color: Venetian Red. HEX triplet: BC, 01 and 04. RGB value is (188,1,4). Sum of RGB (Red+Green+Blue) = 188+1+4=193 (25% of max value = 765). Red value is 188 (73.83% from 255 or 97.41% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0104 is #43FEFB. Grayscale: #393939. Windows color (decimal): -4456188 or 262588. OLE color: 262588.
HSL color Cylindrical-coordinate representation of color #BC0104: hue angle of 359.04º 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 #BC0104 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.26 |
| HSL | 359.04º | 0.99% | 0.37% | - |
| HSV(B) | 359.04º | 0.99% | 0.74% | - |
| XYZ | 20.77 | 10.72 | 1.09 | - |
| YUV | 57.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 4 | 0 | 0.99 | 0.98 | 0.26 | 359.04 | 0.99 | 0.37 |
| Hex | BC | 1 | 4 | 0 | 63 | 62 | 1A | 167 | 63 | 25 |
| Octal | 274 | 1 | 4 | 0 | 143 | 142 | 32 | 547 | 143 | 45 |
| Binary | 10111100 | 1 | 100 | 0 | 1100011 | 1100010 | 11010 | 101100111 | 1100011 | 100101 |
Color Harmonies of #BC0104
Complementary color
Monochromatic Colors of #BC0104
Black with #BC0104
Text Example
Text Example
White with #BC0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0104; }
p { color: rgb(188,1,4); }
H1.HeaderClassName
{
color: #BC0104;
}
.AnyTagClassName
{
color: #BC0104;
}
</style>
background-color css
<style>
a { background-color: #BC0104; }
a { background-color: rgb(188,1,4); }
div.DivClassName
{
background-color: #BC0104;
}
.BgClassName
{
background-color: #BC0104;
}
</style>
border-color css
<style>
span { border-color: #BC0104; }
span { border-color: rgb(188,1,4); }
td.TdClassName
{
border-color: #BC0104;
}
.TagClassName
{
border-color: #BC0104;
}
</style>