Shades of Venetian Red #BC0013
Tints of Venetian Red #BC0013
RGB
CMYK
RGB Variations
Color information
#BC0013 (or 0xBC0013) is known color: Venetian Red. HEX triplet: BC, 00 and 13. RGB value is (188,0,19). Sum of RGB (Red+Green+Blue) = 188+0+19=207 (27% of max value = 765). Red value is 188 (73.83% from 255 or 90.82% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0013 is #43FFEC. Grayscale: #3A3A3A. Windows color (decimal): -4456429 or 1245372. OLE color: 1245372.
HSL color Cylindrical-coordinate representation of color #BC0013: hue angle of 353.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0013 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.90 | 0.26 |
| HSL | 353.94º | 1% | 0.37% | - |
| HSV(B) | 353.94º | 1% | 0.74% | - |
| XYZ | 20.86 | 10.74 | 1.59 | - |
| YUV | 58.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 19 | 0 | 1 | 0.90 | 0.26 | 353.94 | 1 | 0.37 |
| Hex | BC | 0 | 13 | 0 | 64 | 5A | 1A | 162 | 64 | 25 |
| Octal | 274 | 0 | 23 | 0 | 144 | 132 | 32 | 542 | 144 | 45 |
| Binary | 10111100 | 0 | 10011 | 0 | 1100100 | 1011010 | 11010 | 101100010 | 1100100 | 100101 |
Color Harmonies of #BC0013
Complementary color
Monochromatic Colors of #BC0013
Black with #BC0013
Text Example
Text Example
White with #BC0013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0013; }
p { color: rgb(188,0,19); }
H1.HeaderClassName
{
color: #BC0013;
}
.AnyTagClassName
{
color: #BC0013;
}
</style>
background-color css
<style>
a { background-color: #BC0013; }
a { background-color: rgb(188,0,19); }
div.DivClassName
{
background-color: #BC0013;
}
.BgClassName
{
background-color: #BC0013;
}
</style>
border-color css
<style>
span { border-color: #BC0013; }
span { border-color: rgb(188,0,19); }
td.TdClassName
{
border-color: #BC0013;
}
.TagClassName
{
border-color: #BC0013;
}
</style>