Shades of Venetian Red #BC0018
Tints of Venetian Red #BC0018
RGB
CMYK
RGB Variations
Color information
#BC0018 (or 0xBC0018) is known color: Venetian Red. HEX triplet: BC, 00 and 18. RGB value is (188,0,24). Sum of RGB (Red+Green+Blue) = 188+0+24=212 (28% of max value = 765). Red value is 188 (73.83% from 255 or 88.68% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC0018 is #43FFE7. Grayscale: #3B3B3B. Windows color (decimal): -4456424 or 1573052. OLE color: 1573052.
HSL color Cylindrical-coordinate representation of color #BC0018: hue angle of 352.34º 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 #BC0018 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.87 | 0.26 |
| HSL | 352.34º | 1% | 0.37% | - |
| HSV(B) | 352.34º | 1% | 0.74% | - |
| XYZ | 20.9 | 10.76 | 1.84 | - |
| YUV | 58.95 | 108.28 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 24 | 0 | 1 | 0.87 | 0.26 | 352.34 | 1 | 0.37 |
| Hex | BC | 0 | 18 | 0 | 64 | 57 | 1A | 160 | 64 | 25 |
| Octal | 274 | 0 | 30 | 0 | 144 | 127 | 32 | 540 | 144 | 45 |
| Binary | 10111100 | 0 | 11000 | 0 | 1100100 | 1010111 | 11010 | 101100000 | 1100100 | 100101 |
Color Harmonies of #BC0018
Complementary color
Monochromatic Colors of #BC0018
Black with #BC0018
Text Example
Text Example
White with #BC0018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0018; }
p { color: rgb(188,0,24); }
H1.HeaderClassName
{
color: #BC0018;
}
.AnyTagClassName
{
color: #BC0018;
}
</style>
background-color css
<style>
a { background-color: #BC0018; }
a { background-color: rgb(188,0,24); }
div.DivClassName
{
background-color: #BC0018;
}
.BgClassName
{
background-color: #BC0018;
}
</style>
border-color css
<style>
span { border-color: #BC0018; }
span { border-color: rgb(188,0,24); }
td.TdClassName
{
border-color: #BC0018;
}
.TagClassName
{
border-color: #BC0018;
}
</style>