Shades of Venetian Red #BC1117
Tints of Venetian Red #BC1117
RGB
CMYK
RGB Variations
Color information
#BC1117 (or 0xBC1117) is known color: Venetian Red. HEX triplet: BC, 11 and 17. RGB value is (188,17,23). Sum of RGB (Red+Green+Blue) = 188+17+23=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1117 is #43EEE8. Grayscale: #444444. Windows color (decimal): -4452073 or 1511868. OLE color: 1511868.
HSL color Cylindrical-coordinate representation of color #BC1117: hue angle of 357.89º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1117 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 23 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.26 |
| HSL | 357.89º | 0.83% | 0.4% | - |
| HSV(B) | 357.89º | 0.91% | 0.74% | - |
| XYZ | 21.09 | 11.15 | 1.85 | - |
| YUV | 68.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 23 | 0 | 0.91 | 0.88 | 0.26 | 357.89 | 0.83 | 0.4 |
| Hex | BC | 11 | 17 | 0 | 5B | 58 | 1A | 166 | 53 | 28 |
| Octal | 274 | 21 | 27 | 0 | 133 | 130 | 32 | 546 | 123 | 50 |
| Binary | 10111100 | 10001 | 10111 | 0 | 1011011 | 1011000 | 11010 | 101100110 | 1010011 | 101000 |
Color Harmonies of #BC1117
Complementary color
Monochromatic Colors of #BC1117
Black with #BC1117
Text Example
Text Example
White with #BC1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1117; }
p { color: rgb(188,17,23); }
H1.HeaderClassName
{
color: #BC1117;
}
.AnyTagClassName
{
color: #BC1117;
}
</style>
background-color css
<style>
a { background-color: #BC1117; }
a { background-color: rgb(188,17,23); }
div.DivClassName
{
background-color: #BC1117;
}
.BgClassName
{
background-color: #BC1117;
}
</style>
border-color css
<style>
span { border-color: #BC1117; }
span { border-color: rgb(188,17,23); }
td.TdClassName
{
border-color: #BC1117;
}
.TagClassName
{
border-color: #BC1117;
}
</style>