Shades of Venetian Red #BC0317
Tints of Venetian Red #BC0317
RGB
CMYK
RGB Variations
Color information
#BC0317 (or 0xBC0317) is known color: Venetian Red. HEX triplet: BC, 03 and 17. RGB value is (188,3,23). Sum of RGB (Red+Green+Blue) = 188+3+23=214 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.85% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0317 is #43FCE8. Grayscale: #3C3C3C. Windows color (decimal): -4455657 or 1508284. OLE color: 1508284.
HSL color Cylindrical-coordinate representation of color #BC0317: hue angle of 353.51º 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 #BC0317 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 23 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.26 |
| HSL | 353.51º | 0.97% | 0.37% | - |
| HSV(B) | 353.51º | 0.98% | 0.74% | - |
| XYZ | 20.93 | 10.82 | 1.8 | - |
| YUV | 60.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 23 | 0 | 0.98 | 0.88 | 0.26 | 353.51 | 0.97 | 0.37 |
| Hex | BC | 3 | 17 | 0 | 62 | 58 | 1A | 162 | 61 | 25 |
| Octal | 274 | 3 | 27 | 0 | 142 | 130 | 32 | 542 | 141 | 45 |
| Binary | 10111100 | 11 | 10111 | 0 | 1100010 | 1011000 | 11010 | 101100010 | 1100001 | 100101 |
Color Harmonies of #BC0317
Complementary color
Monochromatic Colors of #BC0317
Black with #BC0317
Text Example
Text Example
White with #BC0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0317; }
p { color: rgb(188,3,23); }
H1.HeaderClassName
{
color: #BC0317;
}
.AnyTagClassName
{
color: #BC0317;
}
</style>
background-color css
<style>
a { background-color: #BC0317; }
a { background-color: rgb(188,3,23); }
div.DivClassName
{
background-color: #BC0317;
}
.BgClassName
{
background-color: #BC0317;
}
</style>
border-color css
<style>
span { border-color: #BC0317; }
span { border-color: rgb(188,3,23); }
td.TdClassName
{
border-color: #BC0317;
}
.TagClassName
{
border-color: #BC0317;
}
</style>