Shades of Venetian Red #BC060B
Tints of Venetian Red #BC060B
RGB
CMYK
RGB Variations
Color information
#BC060B (or 0xBC060B) is known color: Venetian Red. HEX triplet: BC, 06 and 0B. RGB value is (188,6,11). Sum of RGB (Red+Green+Blue) = 188+6+11=205 (27% of max value = 765). Red value is 188 (73.83% from 255 or 91.71% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 188 - color contains mainly: red. Hex color #BC060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC060B is #43F9F4. Grayscale: #3D3D3D. Windows color (decimal): -4454901 or 722620. OLE color: 722620.
HSL color Cylindrical-coordinate representation of color #BC060B: hue angle of 358.35º 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 #BC060B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.26 |
| HSL | 358.35º | 0.94% | 0.38% | - |
| HSV(B) | 358.35º | 0.97% | 0.74% | - |
| XYZ | 20.86 | 10.85 | 1.31 | - |
| YUV | 60.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 11 | 0 | 0.97 | 0.94 | 0.26 | 358.35 | 0.94 | 0.38 |
| Hex | BC | 6 | B | 0 | 61 | 5E | 1A | 166 | 5E | 26 |
| Octal | 274 | 6 | 13 | 0 | 141 | 136 | 32 | 546 | 136 | 46 |
| Binary | 10111100 | 110 | 1011 | 0 | 1100001 | 1011110 | 11010 | 101100110 | 1011110 | 100110 |
Color Harmonies of #BC060B
Complementary color
Monochromatic Colors of #BC060B
Black with #BC060B
Text Example
Text Example
White with #BC060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC060B; }
p { color: rgb(188,6,11); }
H1.HeaderClassName
{
color: #BC060B;
}
.AnyTagClassName
{
color: #BC060B;
}
</style>
background-color css
<style>
a { background-color: #BC060B; }
a { background-color: rgb(188,6,11); }
div.DivClassName
{
background-color: #BC060B;
}
.BgClassName
{
background-color: #BC060B;
}
</style>
border-color css
<style>
span { border-color: #BC060B; }
span { border-color: rgb(188,6,11); }
td.TdClassName
{
border-color: #BC060B;
}
.TagClassName
{
border-color: #BC060B;
}
</style>