Shades of Venetian Red #BC0207
Tints of Venetian Red #BC0207
RGB
CMYK
RGB Variations
Color information
#BC0207 (or 0xBC0207) is known color: Venetian Red. HEX triplet: BC, 02 and 07. RGB value is (188,2,7). Sum of RGB (Red+Green+Blue) = 188+2+7=197 (26% of max value = 765). Red value is 188 (73.83% from 255 or 95.43% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0207 is #43FDF8. Grayscale: #3A3A3A. Windows color (decimal): -4455929 or 459452. OLE color: 459452.
HSL color Cylindrical-coordinate representation of color #BC0207: hue angle of 358.39º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0207 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.26 |
| HSL | 358.39º | 0.98% | 0.37% | - |
| HSV(B) | 358.39º | 0.99% | 0.74% | - |
| XYZ | 20.8 | 10.75 | 1.18 | - |
| YUV | 58.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 7 | 0 | 0.99 | 0.96 | 0.26 | 358.39 | 0.98 | 0.37 |
| Hex | BC | 2 | 7 | 0 | 63 | 60 | 1A | 166 | 62 | 25 |
| Octal | 274 | 2 | 7 | 0 | 143 | 140 | 32 | 546 | 142 | 45 |
| Binary | 10111100 | 10 | 111 | 0 | 1100011 | 1100000 | 11010 | 101100110 | 1100010 | 100101 |
Color Harmonies of #BC0207
Complementary color
Monochromatic Colors of #BC0207
Black with #BC0207
Text Example
Text Example
White with #BC0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0207; }
p { color: rgb(188,2,7); }
H1.HeaderClassName
{
color: #BC0207;
}
.AnyTagClassName
{
color: #BC0207;
}
</style>
background-color css
<style>
a { background-color: #BC0207; }
a { background-color: rgb(188,2,7); }
div.DivClassName
{
background-color: #BC0207;
}
.BgClassName
{
background-color: #BC0207;
}
</style>
border-color css
<style>
span { border-color: #BC0207; }
span { border-color: rgb(188,2,7); }
td.TdClassName
{
border-color: #BC0207;
}
.TagClassName
{
border-color: #BC0207;
}
</style>