Shades of Venetian Red #BC141C
Tints of Venetian Red #BC141C
RGB
CMYK
RGB Variations
Color information
#BC141C (or 0xBC141C) is known color: Venetian Red. HEX triplet: BC, 14 and 1C. RGB value is (188,20,28). Sum of RGB (Red+Green+Blue) = 188+20+28=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC141C is #43EBE3. Grayscale: #474747. Windows color (decimal): -4451300 or 1840316. OLE color: 1840316.
HSL color Cylindrical-coordinate representation of color #BC141C: hue angle of 357.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC141C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.26 |
| HSL | 357.14º | 0.81% | 0.41% | - |
| HSV(B) | 357.14º | 0.89% | 0.74% | - |
| XYZ | 21.2 | 11.28 | 2.16 | - |
| YUV | 71.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 28 | 0 | 0.89 | 0.85 | 0.26 | 357.14 | 0.81 | 0.41 |
| Hex | BC | 14 | 1C | 0 | 59 | 55 | 1A | 165 | 51 | 29 |
| Octal | 274 | 24 | 34 | 0 | 131 | 125 | 32 | 545 | 121 | 51 |
| Binary | 10111100 | 10100 | 11100 | 0 | 1011001 | 1010101 | 11010 | 101100101 | 1010001 | 101001 |
Color Harmonies of #BC141C
Complementary color
Monochromatic Colors of #BC141C
Black with #BC141C
Text Example
Text Example
White with #BC141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC141C; }
p { color: rgb(188,20,28); }
H1.HeaderClassName
{
color: #BC141C;
}
.AnyTagClassName
{
color: #BC141C;
}
</style>
background-color css
<style>
a { background-color: #BC141C; }
a { background-color: rgb(188,20,28); }
div.DivClassName
{
background-color: #BC141C;
}
.BgClassName
{
background-color: #BC141C;
}
</style>
border-color css
<style>
span { border-color: #BC141C; }
span { border-color: rgb(188,20,28); }
td.TdClassName
{
border-color: #BC141C;
}
.TagClassName
{
border-color: #BC141C;
}
</style>