Shades of Venetian Red #BC0914
Tints of Venetian Red #BC0914
RGB
CMYK
RGB Variations
Color information
#BC0914 (or 0xBC0914) is known color: Venetian Red. HEX triplet: BC, 09 and 14. RGB value is (188,9,20). Sum of RGB (Red+Green+Blue) = 188+9+20=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0914 is #43F6EB. Grayscale: #3F3F3F. Windows color (decimal): -4454124 or 1313212. OLE color: 1313212.
HSL color Cylindrical-coordinate representation of color #BC0914: hue angle of 356.31º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0914 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 20 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.26 |
| HSL | 356.31º | 0.91% | 0.39% | - |
| HSV(B) | 356.31º | 0.95% | 0.74% | - |
| XYZ | 20.96 | 10.94 | 1.67 | - |
| YUV | 63.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 20 | 0 | 0.95 | 0.89 | 0.26 | 356.31 | 0.91 | 0.39 |
| Hex | BC | 9 | 14 | 0 | 5F | 59 | 1A | 164 | 5B | 27 |
| Octal | 274 | 11 | 24 | 0 | 137 | 131 | 32 | 544 | 133 | 47 |
| Binary | 10111100 | 1001 | 10100 | 0 | 1011111 | 1011001 | 11010 | 101100100 | 1011011 | 100111 |
Color Harmonies of #BC0914
Complementary color
Monochromatic Colors of #BC0914
Black with #BC0914
Text Example
Text Example
White with #BC0914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0914; }
p { color: rgb(188,9,20); }
H1.HeaderClassName
{
color: #BC0914;
}
.AnyTagClassName
{
color: #BC0914;
}
</style>
background-color css
<style>
a { background-color: #BC0914; }
a { background-color: rgb(188,9,20); }
div.DivClassName
{
background-color: #BC0914;
}
.BgClassName
{
background-color: #BC0914;
}
</style>
border-color css
<style>
span { border-color: #BC0914; }
span { border-color: rgb(188,9,20); }
td.TdClassName
{
border-color: #BC0914;
}
.TagClassName
{
border-color: #BC0914;
}
</style>