Shades of Venetian Red #BC0306
Tints of Venetian Red #BC0306
RGB
CMYK
RGB Variations
Color information
#BC0306 (or 0xBC0306) is known color: Venetian Red. HEX triplet: BC, 03 and 06. RGB value is (188,3,6). Sum of RGB (Red+Green+Blue) = 188+3+6=197 (26% of max value = 765). Red value is 188 (73.83% from 255 or 95.43% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0306 is #43FCF9. Grayscale: #3A3A3A. Windows color (decimal): -4455674 or 394172. OLE color: 394172.
HSL color Cylindrical-coordinate representation of color #BC0306: hue angle of 359.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0306 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 6 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.26 |
| HSL | 359.03º | 0.97% | 0.37% | - |
| HSV(B) | 359.03º | 0.98% | 0.74% | - |
| XYZ | 20.8 | 10.77 | 1.15 | - |
| YUV | 58.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 6 | 0 | 0.98 | 0.97 | 0.26 | 359.03 | 0.97 | 0.37 |
| Hex | BC | 3 | 6 | 0 | 62 | 61 | 1A | 167 | 61 | 25 |
| Octal | 274 | 3 | 6 | 0 | 142 | 141 | 32 | 547 | 141 | 45 |
| Binary | 10111100 | 11 | 110 | 0 | 1100010 | 1100001 | 11010 | 101100111 | 1100001 | 100101 |
Color Harmonies of #BC0306
Complementary color
Monochromatic Colors of #BC0306
Black with #BC0306
Text Example
Text Example
White with #BC0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0306; }
p { color: rgb(188,3,6); }
H1.HeaderClassName
{
color: #BC0306;
}
.AnyTagClassName
{
color: #BC0306;
}
</style>
background-color css
<style>
a { background-color: #BC0306; }
a { background-color: rgb(188,3,6); }
div.DivClassName
{
background-color: #BC0306;
}
.BgClassName
{
background-color: #BC0306;
}
</style>
border-color css
<style>
span { border-color: #BC0306; }
span { border-color: rgb(188,3,6); }
td.TdClassName
{
border-color: #BC0306;
}
.TagClassName
{
border-color: #BC0306;
}
</style>