Shades of Venetian Red #BC062B
Tints of Venetian Red #BC062B
RGB
CMYK
RGB Variations
Color information
#BC062B (or 0xBC062B) is known color: Venetian Red. HEX triplet: BC, 06 and 2B. RGB value is (188,6,43). Sum of RGB (Red+Green+Blue) = 188+6+43=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC062B is #43F9D4. Grayscale: #404040. Windows color (decimal): -4454869 or 2819772. OLE color: 2819772.
HSL color Cylindrical-coordinate representation of color #BC062B: hue angle of 347.8º 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 #BC062B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.26 |
| HSL | 347.8º | 0.94% | 0.38% | - |
| HSV(B) | 347.8º | 0.97% | 0.74% | - |
| XYZ | 21.24 | 11 | 3.29 | - |
| YUV | 64.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 43 | 0 | 0.97 | 0.77 | 0.26 | 347.8 | 0.94 | 0.38 |
| Hex | BC | 6 | 2B | 0 | 61 | 4D | 1A | 15C | 5E | 26 |
| Octal | 274 | 6 | 53 | 0 | 141 | 115 | 32 | 534 | 136 | 46 |
| Binary | 10111100 | 110 | 101011 | 0 | 1100001 | 1001101 | 11010 | 101011100 | 1011110 | 100110 |
Color Harmonies of #BC062B
Complementary color
Monochromatic Colors of #BC062B
Black with #BC062B
Text Example
Text Example
White with #BC062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC062B; }
p { color: rgb(188,6,43); }
H1.HeaderClassName
{
color: #BC062B;
}
.AnyTagClassName
{
color: #BC062B;
}
</style>
background-color css
<style>
a { background-color: #BC062B; }
a { background-color: rgb(188,6,43); }
div.DivClassName
{
background-color: #BC062B;
}
.BgClassName
{
background-color: #BC062B;
}
</style>
border-color css
<style>
span { border-color: #BC062B; }
span { border-color: rgb(188,6,43); }
td.TdClassName
{
border-color: #BC062B;
}
.TagClassName
{
border-color: #BC062B;
}
</style>