Shades of Venetian Red #BC0307
Tints of Venetian Red #BC0307
RGB
CMYK
RGB Variations
Color information
#BC0307 (or 0xBC0307) is known color: Venetian Red. HEX triplet: BC, 03 and 07. RGB value is (188,3,7). Sum of RGB (Red+Green+Blue) = 188+3+7=198 (26% of max value = 765). Red value is 188 (73.83% from 255 or 94.95% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0307 is #43FCF8. Grayscale: #3A3A3A. Windows color (decimal): -4455673 or 459708. OLE color: 459708.
HSL color Cylindrical-coordinate representation of color #BC0307: hue angle of 358.7º 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 #BC0307 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 7 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.26 |
| HSL | 358.7º | 0.97% | 0.37% | - |
| HSV(B) | 358.7º | 0.98% | 0.74% | - |
| XYZ | 20.81 | 10.77 | 1.18 | - |
| YUV | 58.77 | 98.79 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 7 | 0 | 0.98 | 0.96 | 0.26 | 358.7 | 0.97 | 0.37 |
| Hex | BC | 3 | 7 | 0 | 62 | 60 | 1A | 167 | 61 | 25 |
| Octal | 274 | 3 | 7 | 0 | 142 | 140 | 32 | 547 | 141 | 45 |
| Binary | 10111100 | 11 | 111 | 0 | 1100010 | 1100000 | 11010 | 101100111 | 1100001 | 100101 |
Color Harmonies of #BC0307
Complementary color
Monochromatic Colors of #BC0307
Black with #BC0307
Text Example
Text Example
White with #BC0307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0307; }
p { color: rgb(188,3,7); }
H1.HeaderClassName
{
color: #BC0307;
}
.AnyTagClassName
{
color: #BC0307;
}
</style>
background-color css
<style>
a { background-color: #BC0307; }
a { background-color: rgb(188,3,7); }
div.DivClassName
{
background-color: #BC0307;
}
.BgClassName
{
background-color: #BC0307;
}
</style>
border-color css
<style>
span { border-color: #BC0307; }
span { border-color: rgb(188,3,7); }
td.TdClassName
{
border-color: #BC0307;
}
.TagClassName
{
border-color: #BC0307;
}
</style>