Shades of Venetian Red #BC0017
Tints of Venetian Red #BC0017
RGB
CMYK
RGB Variations
Color information
#BC0017 (or 0xBC0017) is known color: Venetian Red. HEX triplet: BC, 00 and 17. RGB value is (188,0,23). Sum of RGB (Red+Green+Blue) = 188+0+23=211 (27% of max value = 765). Red value is 188 (73.83% from 255 or 89.10% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0017 is #43FFE8. Grayscale: #3A3A3A. Windows color (decimal): -4456425 or 1507516. OLE color: 1507516.
HSL color Cylindrical-coordinate representation of color #BC0017: hue angle of 352.66º 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 #BC0017 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.88 | 0.26 |
| HSL | 352.66º | 1% | 0.37% | - |
| HSV(B) | 352.66º | 1% | 0.74% | - |
| XYZ | 20.89 | 10.75 | 1.78 | - |
| YUV | 58.83 | 107.78 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 23 | 0 | 1 | 0.88 | 0.26 | 352.66 | 1 | 0.37 |
| Hex | BC | 0 | 17 | 0 | 64 | 58 | 1A | 161 | 64 | 25 |
| Octal | 274 | 0 | 27 | 0 | 144 | 130 | 32 | 541 | 144 | 45 |
| Binary | 10111100 | 0 | 10111 | 0 | 1100100 | 1011000 | 11010 | 101100001 | 1100100 | 100101 |
Color Harmonies of #BC0017
Complementary color
Monochromatic Colors of #BC0017
Black with #BC0017
Text Example
Text Example
White with #BC0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0017; }
p { color: rgb(188,0,23); }
H1.HeaderClassName
{
color: #BC0017;
}
.AnyTagClassName
{
color: #BC0017;
}
</style>
background-color css
<style>
a { background-color: #BC0017; }
a { background-color: rgb(188,0,23); }
div.DivClassName
{
background-color: #BC0017;
}
.BgClassName
{
background-color: #BC0017;
}
</style>
border-color css
<style>
span { border-color: #BC0017; }
span { border-color: rgb(188,0,23); }
td.TdClassName
{
border-color: #BC0017;
}
.TagClassName
{
border-color: #BC0017;
}
</style>