Shades of Venetian Red #BC0102
Tints of Venetian Red #BC0102
RGB
CMYK
RGB Variations
Color information
#BC0102 (or 0xBC0102) is known color: Venetian Red. HEX triplet: BC, 01 and 02. RGB value is (188,1,2). Sum of RGB (Red+Green+Blue) = 188+1+2=191 (25% of max value = 765). Red value is 188 (73.83% from 255 or 98.43% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0102 is #43FEFD. Grayscale: #393939. Windows color (decimal): -4456190 or 131516. OLE color: 131516.
HSL color Cylindrical-coordinate representation of color #BC0102: hue angle of 359.68º 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 #BC0102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.26 |
| HSL | 359.68º | 0.99% | 0.37% | - |
| HSV(B) | 359.68º | 0.99% | 0.74% | - |
| XYZ | 20.76 | 10.72 | 1.03 | - |
| YUV | 57.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 2 | 0 | 0.99 | 0.99 | 0.26 | 359.68 | 0.99 | 0.37 |
| Hex | BC | 1 | 2 | 0 | 63 | 63 | 1A | 168 | 63 | 25 |
| Octal | 274 | 1 | 2 | 0 | 143 | 143 | 32 | 550 | 143 | 45 |
| Binary | 10111100 | 1 | 10 | 0 | 1100011 | 1100011 | 11010 | 101101000 | 1100011 | 100101 |
Color Harmonies of #BC0102
Complementary color
Monochromatic Colors of #BC0102
Black with #BC0102
Text Example
Text Example
White with #BC0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0102; }
p { color: rgb(188,1,2); }
H1.HeaderClassName
{
color: #BC0102;
}
.AnyTagClassName
{
color: #BC0102;
}
</style>
background-color css
<style>
a { background-color: #BC0102; }
a { background-color: rgb(188,1,2); }
div.DivClassName
{
background-color: #BC0102;
}
.BgClassName
{
background-color: #BC0102;
}
</style>
border-color css
<style>
span { border-color: #BC0102; }
span { border-color: rgb(188,1,2); }
td.TdClassName
{
border-color: #BC0102;
}
.TagClassName
{
border-color: #BC0102;
}
</style>