Shades of Venetian Red #BC1014
Tints of Venetian Red #BC1014
RGB
CMYK
RGB Variations
Color information
#BC1014 (or 0xBC1014) is known color: Venetian Red. HEX triplet: BC, 10 and 14. RGB value is (188,16,20). Sum of RGB (Red+Green+Blue) = 188+16+20=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1014 is #43EFEB. Grayscale: #444444. Windows color (decimal): -4452332 or 1315004. OLE color: 1315004.
HSL color Cylindrical-coordinate representation of color #BC1014: hue angle of 358.6º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1014 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 20 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.26 |
| HSL | 358.6º | 0.84% | 0.4% | - |
| HSV(B) | 358.6º | 0.91% | 0.74% | - |
| XYZ | 21.05 | 11.11 | 1.7 | - |
| YUV | 67.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 20 | 0 | 0.91 | 0.89 | 0.26 | 358.6 | 0.84 | 0.4 |
| Hex | BC | 10 | 14 | 0 | 5B | 59 | 1A | 167 | 54 | 28 |
| Octal | 274 | 20 | 24 | 0 | 133 | 131 | 32 | 547 | 124 | 50 |
| Binary | 10111100 | 10000 | 10100 | 0 | 1011011 | 1011001 | 11010 | 101100111 | 1010100 | 101000 |
Color Harmonies of #BC1014
Complementary color
Monochromatic Colors of #BC1014
Black with #BC1014
Text Example
Text Example
White with #BC1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1014; }
p { color: rgb(188,16,20); }
H1.HeaderClassName
{
color: #BC1014;
}
.AnyTagClassName
{
color: #BC1014;
}
</style>
background-color css
<style>
a { background-color: #BC1014; }
a { background-color: rgb(188,16,20); }
div.DivClassName
{
background-color: #BC1014;
}
.BgClassName
{
background-color: #BC1014;
}
</style>
border-color css
<style>
span { border-color: #BC1014; }
span { border-color: rgb(188,16,20); }
td.TdClassName
{
border-color: #BC1014;
}
.TagClassName
{
border-color: #BC1014;
}
</style>