Shades of Venetian Red #BC111B
Tints of Venetian Red #BC111B
RGB
CMYK
RGB Variations
Color information
#BC111B (or 0xBC111B) is known color: Venetian Red. HEX triplet: BC, 11 and 1B. RGB value is (188,17,27). Sum of RGB (Red+Green+Blue) = 188+17+27=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC111B is #43EEE4. Grayscale: #454545. Windows color (decimal): -4452069 or 1774012. OLE color: 1774012.
HSL color Cylindrical-coordinate representation of color #BC111B: hue angle of 356.49º 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 #BC111B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 27 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.26 |
| HSL | 356.49º | 0.83% | 0.4% | - |
| HSV(B) | 356.49º | 0.91% | 0.74% | - |
| XYZ | 21.14 | 11.17 | 2.08 | - |
| YUV | 69.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 27 | 0 | 0.91 | 0.86 | 0.26 | 356.49 | 0.83 | 0.4 |
| Hex | BC | 11 | 1B | 0 | 5B | 56 | 1A | 164 | 53 | 28 |
| Octal | 274 | 21 | 33 | 0 | 133 | 126 | 32 | 544 | 123 | 50 |
| Binary | 10111100 | 10001 | 11011 | 0 | 1011011 | 1010110 | 11010 | 101100100 | 1010011 | 101000 |
Color Harmonies of #BC111B
Complementary color
Monochromatic Colors of #BC111B
Black with #BC111B
Text Example
Text Example
White with #BC111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC111B; }
p { color: rgb(188,17,27); }
H1.HeaderClassName
{
color: #BC111B;
}
.AnyTagClassName
{
color: #BC111B;
}
</style>
background-color css
<style>
a { background-color: #BC111B; }
a { background-color: rgb(188,17,27); }
div.DivClassName
{
background-color: #BC111B;
}
.BgClassName
{
background-color: #BC111B;
}
</style>
border-color css
<style>
span { border-color: #BC111B; }
span { border-color: rgb(188,17,27); }
td.TdClassName
{
border-color: #BC111B;
}
.TagClassName
{
border-color: #BC111B;
}
</style>