Shades of Venetian Red #BC0117
Tints of Venetian Red #BC0117
RGB
CMYK
RGB Variations
Color information
#BC0117 (or 0xBC0117) is known color: Venetian Red. HEX triplet: BC, 01 and 17. RGB value is (188,1,23). Sum of RGB (Red+Green+Blue) = 188+1+23=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0117 is #43FEE8. Grayscale: #3B3B3B. Windows color (decimal): -4456169 or 1507772. OLE color: 1507772.
HSL color Cylindrical-coordinate representation of color #BC0117: hue angle of 352.94º 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 #BC0117 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.26 |
| HSL | 352.94º | 0.99% | 0.37% | - |
| HSV(B) | 352.94º | 0.99% | 0.74% | - |
| XYZ | 20.9 | 10.77 | 1.79 | - |
| YUV | 59.42 | 107.45 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 23 | 0 | 0.99 | 0.88 | 0.26 | 352.94 | 0.99 | 0.37 |
| Hex | BC | 1 | 17 | 0 | 63 | 58 | 1A | 161 | 63 | 25 |
| Octal | 274 | 1 | 27 | 0 | 143 | 130 | 32 | 541 | 143 | 45 |
| Binary | 10111100 | 1 | 10111 | 0 | 1100011 | 1011000 | 11010 | 101100001 | 1100011 | 100101 |
Color Harmonies of #BC0117
Complementary color
Monochromatic Colors of #BC0117
Black with #BC0117
Text Example
Text Example
White with #BC0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0117; }
p { color: rgb(188,1,23); }
H1.HeaderClassName
{
color: #BC0117;
}
.AnyTagClassName
{
color: #BC0117;
}
</style>
background-color css
<style>
a { background-color: #BC0117; }
a { background-color: rgb(188,1,23); }
div.DivClassName
{
background-color: #BC0117;
}
.BgClassName
{
background-color: #BC0117;
}
</style>
border-color css
<style>
span { border-color: #BC0117; }
span { border-color: rgb(188,1,23); }
td.TdClassName
{
border-color: #BC0117;
}
.TagClassName
{
border-color: #BC0117;
}
</style>