Shades of Venetian Red #BC1316
Tints of Venetian Red #BC1316
RGB
CMYK
RGB Variations
Color information
#BC1316 (or 0xBC1316) is known color: Venetian Red. HEX triplet: BC, 13 and 16. RGB value is (188,19,22). Sum of RGB (Red+Green+Blue) = 188+19+22=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1316 is #43ECE9. Grayscale: #464646. Windows color (decimal): -4451562 or 1446844. OLE color: 1446844.
HSL color Cylindrical-coordinate representation of color #BC1316: hue angle of 358.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1316 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 22 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.26 |
| HSL | 358.93º | 0.82% | 0.41% | - |
| HSV(B) | 358.93º | 0.9% | 0.74% | - |
| XYZ | 21.12 | 11.22 | 1.81 | - |
| YUV | 69.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 22 | 0 | 0.90 | 0.88 | 0.26 | 358.93 | 0.82 | 0.41 |
| Hex | BC | 13 | 16 | 0 | 5A | 58 | 1A | 167 | 52 | 29 |
| Octal | 274 | 23 | 26 | 0 | 132 | 130 | 32 | 547 | 122 | 51 |
| Binary | 10111100 | 10011 | 10110 | 0 | 1011010 | 1011000 | 11010 | 101100111 | 1010010 | 101001 |
Color Harmonies of #BC1316
Complementary color
Monochromatic Colors of #BC1316
Black with #BC1316
Text Example
Text Example
White with #BC1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1316; }
p { color: rgb(188,19,22); }
H1.HeaderClassName
{
color: #BC1316;
}
.AnyTagClassName
{
color: #BC1316;
}
</style>
background-color css
<style>
a { background-color: #BC1316; }
a { background-color: rgb(188,19,22); }
div.DivClassName
{
background-color: #BC1316;
}
.BgClassName
{
background-color: #BC1316;
}
</style>
border-color css
<style>
span { border-color: #BC1316; }
span { border-color: rgb(188,19,22); }
td.TdClassName
{
border-color: #BC1316;
}
.TagClassName
{
border-color: #BC1316;
}
</style>