Shades of Venetian Red #BC1718
Tints of Venetian Red #BC1718
RGB
CMYK
RGB Variations
Color information
#BC1718 (or 0xBC1718) is known color: Venetian Red. HEX triplet: BC, 17 and 18. RGB value is (188,23,24). Sum of RGB (Red+Green+Blue) = 188+23+24=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1718 is #43E8E7. Grayscale: #484848. Windows color (decimal): -4450536 or 1578940. OLE color: 1578940.
HSL color Cylindrical-coordinate representation of color #BC1718: hue angle of 359.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1718 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 24 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.26 |
| HSL | 359.64º | 0.78% | 0.41% | - |
| HSV(B) | 359.64º | 0.88% | 0.74% | - |
| XYZ | 21.21 | 11.37 | 1.94 | - |
| YUV | 72.45 | 100.66 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 24 | 0 | 0.88 | 0.87 | 0.26 | 359.64 | 0.78 | 0.41 |
| Hex | BC | 17 | 18 | 0 | 58 | 57 | 1A | 168 | 4E | 29 |
| Octal | 274 | 27 | 30 | 0 | 130 | 127 | 32 | 550 | 116 | 51 |
| Binary | 10111100 | 10111 | 11000 | 0 | 1011000 | 1010111 | 11010 | 101101000 | 1001110 | 101001 |
Color Harmonies of #BC1718
Complementary color
Monochromatic Colors of #BC1718
Black with #BC1718
Text Example
Text Example
White with #BC1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1718; }
p { color: rgb(188,23,24); }
H1.HeaderClassName
{
color: #BC1718;
}
.AnyTagClassName
{
color: #BC1718;
}
</style>
background-color css
<style>
a { background-color: #BC1718; }
a { background-color: rgb(188,23,24); }
div.DivClassName
{
background-color: #BC1718;
}
.BgClassName
{
background-color: #BC1718;
}
</style>
border-color css
<style>
span { border-color: #BC1718; }
span { border-color: rgb(188,23,24); }
td.TdClassName
{
border-color: #BC1718;
}
.TagClassName
{
border-color: #BC1718;
}
</style>