Shades of Venetian Red #BC0318
Tints of Venetian Red #BC0318
RGB
CMYK
RGB Variations
Color information
#BC0318 (or 0xBC0318) is known color: Venetian Red. HEX triplet: BC, 03 and 18. RGB value is (188,3,24). Sum of RGB (Red+Green+Blue) = 188+3+24=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0318 is #43FCE7. Grayscale: #3C3C3C. Windows color (decimal): -4455656 or 1573820. OLE color: 1573820.
HSL color Cylindrical-coordinate representation of color #BC0318: hue angle of 353.19º 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 #BC0318 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 24 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.26 |
| HSL | 353.19º | 0.97% | 0.37% | - |
| HSV(B) | 353.19º | 0.98% | 0.74% | - |
| XYZ | 20.94 | 10.82 | 1.85 | - |
| YUV | 60.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 24 | 0 | 0.98 | 0.87 | 0.26 | 353.19 | 0.97 | 0.37 |
| Hex | BC | 3 | 18 | 0 | 62 | 57 | 1A | 161 | 61 | 25 |
| Octal | 274 | 3 | 30 | 0 | 142 | 127 | 32 | 541 | 141 | 45 |
| Binary | 10111100 | 11 | 11000 | 0 | 1100010 | 1010111 | 11010 | 101100001 | 1100001 | 100101 |
Color Harmonies of #BC0318
Complementary color
Monochromatic Colors of #BC0318
Black with #BC0318
Text Example
Text Example
White with #BC0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0318; }
p { color: rgb(188,3,24); }
H1.HeaderClassName
{
color: #BC0318;
}
.AnyTagClassName
{
color: #BC0318;
}
</style>
background-color css
<style>
a { background-color: #BC0318; }
a { background-color: rgb(188,3,24); }
div.DivClassName
{
background-color: #BC0318;
}
.BgClassName
{
background-color: #BC0318;
}
</style>
border-color css
<style>
span { border-color: #BC0318; }
span { border-color: rgb(188,3,24); }
td.TdClassName
{
border-color: #BC0318;
}
.TagClassName
{
border-color: #BC0318;
}
</style>