Shades of Venetian Red #BC0612
Tints of Venetian Red #BC0612
RGB
CMYK
RGB Variations
Color information
#BC0612 (or 0xBC0612) is known color: Venetian Red. HEX triplet: BC, 06 and 12. RGB value is (188,6,18). Sum of RGB (Red+Green+Blue) = 188+6+18=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0612 is #43F9ED. Grayscale: #3D3D3D. Windows color (decimal): -4454894 or 1181372. OLE color: 1181372.
HSL color Cylindrical-coordinate representation of color #BC0612: hue angle of 356.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0612 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 18 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.26 |
| HSL | 356.04º | 0.94% | 0.38% | - |
| HSV(B) | 356.04º | 0.97% | 0.74% | - |
| XYZ | 20.91 | 10.87 | 1.57 | - |
| YUV | 61.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 18 | 0 | 0.97 | 0.90 | 0.26 | 356.04 | 0.94 | 0.38 |
| Hex | BC | 6 | 12 | 0 | 61 | 5A | 1A | 164 | 5E | 26 |
| Octal | 274 | 6 | 22 | 0 | 141 | 132 | 32 | 544 | 136 | 46 |
| Binary | 10111100 | 110 | 10010 | 0 | 1100001 | 1011010 | 11010 | 101100100 | 1011110 | 100110 |
Color Harmonies of #BC0612
Complementary color
Monochromatic Colors of #BC0612
Black with #BC0612
Text Example
Text Example
White with #BC0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0612; }
p { color: rgb(188,6,18); }
H1.HeaderClassName
{
color: #BC0612;
}
.AnyTagClassName
{
color: #BC0612;
}
</style>
background-color css
<style>
a { background-color: #BC0612; }
a { background-color: rgb(188,6,18); }
div.DivClassName
{
background-color: #BC0612;
}
.BgClassName
{
background-color: #BC0612;
}
</style>
border-color css
<style>
span { border-color: #BC0612; }
span { border-color: rgb(188,6,18); }
td.TdClassName
{
border-color: #BC0612;
}
.TagClassName
{
border-color: #BC0612;
}
</style>