Shades of Venetian Red #BC0417
Tints of Venetian Red #BC0417
RGB
CMYK
RGB Variations
Color information
#BC0417 (or 0xBC0417) is known color: Venetian Red. HEX triplet: BC, 04 and 17. RGB value is (188,4,23). Sum of RGB (Red+Green+Blue) = 188+4+23=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0417 is #43FBE8. Grayscale: #3D3D3D. Windows color (decimal): -4455401 or 1508540. OLE color: 1508540.
HSL color Cylindrical-coordinate representation of color #BC0417: hue angle of 353.8º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0417 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.26 |
| HSL | 353.8º | 0.96% | 0.38% | - |
| HSV(B) | 353.8º | 0.98% | 0.74% | - |
| XYZ | 20.94 | 10.84 | 1.8 | - |
| YUV | 61.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 23 | 0 | 0.98 | 0.88 | 0.26 | 353.8 | 0.96 | 0.38 |
| Hex | BC | 4 | 17 | 0 | 62 | 58 | 1A | 162 | 60 | 26 |
| Octal | 274 | 4 | 27 | 0 | 142 | 130 | 32 | 542 | 140 | 46 |
| Binary | 10111100 | 100 | 10111 | 0 | 1100010 | 1011000 | 11010 | 101100010 | 1100000 | 100110 |
Color Harmonies of #BC0417
Complementary color
Monochromatic Colors of #BC0417
Black with #BC0417
Text Example
Text Example
White with #BC0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0417; }
p { color: rgb(188,4,23); }
H1.HeaderClassName
{
color: #BC0417;
}
.AnyTagClassName
{
color: #BC0417;
}
</style>
background-color css
<style>
a { background-color: #BC0417; }
a { background-color: rgb(188,4,23); }
div.DivClassName
{
background-color: #BC0417;
}
.BgClassName
{
background-color: #BC0417;
}
</style>
border-color css
<style>
span { border-color: #BC0417; }
span { border-color: rgb(188,4,23); }
td.TdClassName
{
border-color: #BC0417;
}
.TagClassName
{
border-color: #BC0417;
}
</style>