Shades of Venetian Red #BC121E
Tints of Venetian Red #BC121E
RGB
CMYK
RGB Variations
Color information
#BC121E (or 0xBC121E) is known color: Venetian Red. HEX triplet: BC, 12 and 1E. RGB value is (188,18,30). Sum of RGB (Red+Green+Blue) = 188+18+30=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC121E is #43EDE1. Grayscale: #464646. Windows color (decimal): -4451810 or 1970876. OLE color: 1970876.
HSL color Cylindrical-coordinate representation of color #BC121E: hue angle of 355.76º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC121E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 30 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.26 |
| HSL | 355.76º | 0.83% | 0.4% | - |
| HSV(B) | 355.76º | 0.9% | 0.74% | - |
| XYZ | 21.19 | 11.22 | 2.28 | - |
| YUV | 70.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 30 | 0 | 0.90 | 0.84 | 0.26 | 355.76 | 0.83 | 0.4 |
| Hex | BC | 12 | 1E | 0 | 5A | 54 | 1A | 164 | 53 | 28 |
| Octal | 274 | 22 | 36 | 0 | 132 | 124 | 32 | 544 | 123 | 50 |
| Binary | 10111100 | 10010 | 11110 | 0 | 1011010 | 1010100 | 11010 | 101100100 | 1010011 | 101000 |
Color Harmonies of #BC121E
Complementary color
Monochromatic Colors of #BC121E
Black with #BC121E
Text Example
Text Example
White with #BC121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC121E; }
p { color: rgb(188,18,30); }
H1.HeaderClassName
{
color: #BC121E;
}
.AnyTagClassName
{
color: #BC121E;
}
</style>
background-color css
<style>
a { background-color: #BC121E; }
a { background-color: rgb(188,18,30); }
div.DivClassName
{
background-color: #BC121E;
}
.BgClassName
{
background-color: #BC121E;
}
</style>
border-color css
<style>
span { border-color: #BC121E; }
span { border-color: rgb(188,18,30); }
td.TdClassName
{
border-color: #BC121E;
}
.TagClassName
{
border-color: #BC121E;
}
</style>