Shades of Venetian Red #BC111F
Tints of Venetian Red #BC111F
RGB
CMYK
RGB Variations
Color information
#BC111F (or 0xBC111F) is known color: Venetian Red. HEX triplet: BC, 11 and 1F. RGB value is (188,17,31). Sum of RGB (Red+Green+Blue) = 188+17+31=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC111F is #43EEE0. Grayscale: #454545. Windows color (decimal): -4452065 or 2036156. OLE color: 2036156.
HSL color Cylindrical-coordinate representation of color #BC111F: hue angle of 355.09º 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 #BC111F is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 31 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.26 |
| HSL | 355.09º | 0.83% | 0.4% | - |
| HSV(B) | 355.09º | 0.91% | 0.74% | - |
| XYZ | 21.19 | 11.19 | 2.34 | - |
| YUV | 69.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 31 | 0 | 0.91 | 0.84 | 0.26 | 355.09 | 0.83 | 0.4 |
| Hex | BC | 11 | 1F | 0 | 5B | 54 | 1A | 163 | 53 | 28 |
| Octal | 274 | 21 | 37 | 0 | 133 | 124 | 32 | 543 | 123 | 50 |
| Binary | 10111100 | 10001 | 11111 | 0 | 1011011 | 1010100 | 11010 | 101100011 | 1010011 | 101000 |
Color Harmonies of #BC111F
Complementary color
Monochromatic Colors of #BC111F
Black with #BC111F
Text Example
Text Example
White with #BC111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC111F; }
p { color: rgb(188,17,31); }
H1.HeaderClassName
{
color: #BC111F;
}
.AnyTagClassName
{
color: #BC111F;
}
</style>
background-color css
<style>
a { background-color: #BC111F; }
a { background-color: rgb(188,17,31); }
div.DivClassName
{
background-color: #BC111F;
}
.BgClassName
{
background-color: #BC111F;
}
</style>
border-color css
<style>
span { border-color: #BC111F; }
span { border-color: rgb(188,17,31); }
td.TdClassName
{
border-color: #BC111F;
}
.TagClassName
{
border-color: #BC111F;
}
</style>