Shades of Venetian Red #BC141A
Tints of Venetian Red #BC141A
RGB
CMYK
RGB Variations
Color information
#BC141A (or 0xBC141A) is known color: Venetian Red. HEX triplet: BC, 14 and 1A. RGB value is (188,20,26). Sum of RGB (Red+Green+Blue) = 188+20+26=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC141A is #43EBE5. Grayscale: #474747. Windows color (decimal): -4451302 or 1709244. OLE color: 1709244.
HSL color Cylindrical-coordinate representation of color #BC141A: hue angle of 357.86º 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 #BC141A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 26 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.26 |
| HSL | 357.86º | 0.81% | 0.41% | - |
| HSV(B) | 357.86º | 0.89% | 0.74% | - |
| XYZ | 21.18 | 11.27 | 2.04 | - |
| YUV | 70.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 26 | 0 | 0.89 | 0.86 | 0.26 | 357.86 | 0.81 | 0.41 |
| Hex | BC | 14 | 1A | 0 | 59 | 56 | 1A | 166 | 51 | 29 |
| Octal | 274 | 24 | 32 | 0 | 131 | 126 | 32 | 546 | 121 | 51 |
| Binary | 10111100 | 10100 | 11010 | 0 | 1011001 | 1010110 | 11010 | 101100110 | 1010001 | 101001 |
Color Harmonies of #BC141A
Complementary color
Monochromatic Colors of #BC141A
Black with #BC141A
Text Example
Text Example
White with #BC141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC141A; }
p { color: rgb(188,20,26); }
H1.HeaderClassName
{
color: #BC141A;
}
.AnyTagClassName
{
color: #BC141A;
}
</style>
background-color css
<style>
a { background-color: #BC141A; }
a { background-color: rgb(188,20,26); }
div.DivClassName
{
background-color: #BC141A;
}
.BgClassName
{
background-color: #BC141A;
}
</style>
border-color css
<style>
span { border-color: #BC141A; }
span { border-color: rgb(188,20,26); }
td.TdClassName
{
border-color: #BC141A;
}
.TagClassName
{
border-color: #BC141A;
}
</style>