Shades of Venetian Red #BC062A
Tints of Venetian Red #BC062A
RGB
CMYK
RGB Variations
Color information
#BC062A (or 0xBC062A) is known color: Venetian Red. HEX triplet: BC, 06 and 2A. RGB value is (188,6,42). Sum of RGB (Red+Green+Blue) = 188+6+42=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC062A is #43F9D5. Grayscale: #404040. Windows color (decimal): -4454870 or 2754236. OLE color: 2754236.
HSL color Cylindrical-coordinate representation of color #BC062A: hue angle of 348.13º 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 #BC062A is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.26 |
| HSL | 348.13º | 0.94% | 0.38% | - |
| HSV(B) | 348.13º | 0.97% | 0.74% | - |
| XYZ | 21.22 | 10.99 | 3.19 | - |
| YUV | 64.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 42 | 0 | 0.97 | 0.78 | 0.26 | 348.13 | 0.94 | 0.38 |
| Hex | BC | 6 | 2A | 0 | 61 | 4E | 1A | 15C | 5E | 26 |
| Octal | 274 | 6 | 52 | 0 | 141 | 116 | 32 | 534 | 136 | 46 |
| Binary | 10111100 | 110 | 101010 | 0 | 1100001 | 1001110 | 11010 | 101011100 | 1011110 | 100110 |
Color Harmonies of #BC062A
Complementary color
Monochromatic Colors of #BC062A
Black with #BC062A
Text Example
Text Example
White with #BC062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC062A; }
p { color: rgb(188,6,42); }
H1.HeaderClassName
{
color: #BC062A;
}
.AnyTagClassName
{
color: #BC062A;
}
</style>
background-color css
<style>
a { background-color: #BC062A; }
a { background-color: rgb(188,6,42); }
div.DivClassName
{
background-color: #BC062A;
}
.BgClassName
{
background-color: #BC062A;
}
</style>
border-color css
<style>
span { border-color: #BC062A; }
span { border-color: rgb(188,6,42); }
td.TdClassName
{
border-color: #BC062A;
}
.TagClassName
{
border-color: #BC062A;
}
</style>