Shades of Venetian Red #BC1415
Tints of Venetian Red #BC1415
RGB
CMYK
RGB Variations
Color information
#BC1415 (or 0xBC1415) is known color: Venetian Red. HEX triplet: BC, 14 and 15. RGB value is (188,20,21). Sum of RGB (Red+Green+Blue) = 188+20+21=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1415 is #43EBEA. Grayscale: #464646. Windows color (decimal): -4451307 or 1381564. OLE color: 1381564.
HSL color Cylindrical-coordinate representation of color #BC1415: hue angle of 359.64º 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 #BC1415 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 21 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.26 |
| HSL | 359.64º | 0.81% | 0.41% | - |
| HSV(B) | 359.64º | 0.89% | 0.74% | - |
| XYZ | 21.12 | 11.25 | 1.77 | - |
| YUV | 70.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 21 | 0 | 0.89 | 0.89 | 0.26 | 359.64 | 0.81 | 0.41 |
| Hex | BC | 14 | 15 | 0 | 59 | 59 | 1A | 168 | 51 | 29 |
| Octal | 274 | 24 | 25 | 0 | 131 | 131 | 32 | 550 | 121 | 51 |
| Binary | 10111100 | 10100 | 10101 | 0 | 1011001 | 1011001 | 11010 | 101101000 | 1010001 | 101001 |
Color Harmonies of #BC1415
Complementary color
Monochromatic Colors of #BC1415
Black with #BC1415
Text Example
Text Example
White with #BC1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1415; }
p { color: rgb(188,20,21); }
H1.HeaderClassName
{
color: #BC1415;
}
.AnyTagClassName
{
color: #BC1415;
}
</style>
background-color css
<style>
a { background-color: #BC1415; }
a { background-color: rgb(188,20,21); }
div.DivClassName
{
background-color: #BC1415;
}
.BgClassName
{
background-color: #BC1415;
}
</style>
border-color css
<style>
span { border-color: #BC1415; }
span { border-color: rgb(188,20,21); }
td.TdClassName
{
border-color: #BC1415;
}
.TagClassName
{
border-color: #BC1415;
}
</style>