Shades of Venetian Red #BC1518
Tints of Venetian Red #BC1518
RGB
CMYK
RGB Variations
Color information
#BC1518 (or 0xBC1518) is known color: Venetian Red. HEX triplet: BC, 15 and 18. RGB value is (188,21,24). Sum of RGB (Red+Green+Blue) = 188+21+24=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1518 is #43EAE7. Grayscale: #474747. Windows color (decimal): -4451048 or 1578428. OLE color: 1578428.
HSL color Cylindrical-coordinate representation of color #BC1518: hue angle of 358.92º degrees, saturation: 0.8, 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 #BC1518 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 24 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.26 |
| HSL | 358.92º | 0.8% | 0.41% | - |
| HSV(B) | 358.92º | 0.89% | 0.74% | - |
| XYZ | 21.17 | 11.29 | 1.93 | - |
| YUV | 71.28 | 101.33 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 24 | 0 | 0.89 | 0.87 | 0.26 | 358.92 | 0.8 | 0.41 |
| Hex | BC | 15 | 18 | 0 | 59 | 57 | 1A | 167 | 50 | 29 |
| Octal | 274 | 25 | 30 | 0 | 131 | 127 | 32 | 547 | 120 | 51 |
| Binary | 10111100 | 10101 | 11000 | 0 | 1011001 | 1010111 | 11010 | 101100111 | 1010000 | 101001 |
Color Harmonies of #BC1518
Complementary color
Monochromatic Colors of #BC1518
Black with #BC1518
Text Example
Text Example
White with #BC1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1518; }
p { color: rgb(188,21,24); }
H1.HeaderClassName
{
color: #BC1518;
}
.AnyTagClassName
{
color: #BC1518;
}
</style>
background-color css
<style>
a { background-color: #BC1518; }
a { background-color: rgb(188,21,24); }
div.DivClassName
{
background-color: #BC1518;
}
.BgClassName
{
background-color: #BC1518;
}
</style>
border-color css
<style>
span { border-color: #BC1518; }
span { border-color: rgb(188,21,24); }
td.TdClassName
{
border-color: #BC1518;
}
.TagClassName
{
border-color: #BC1518;
}
</style>