Shades of Venetian Red #BC121B
Tints of Venetian Red #BC121B
RGB
CMYK
RGB Variations
Color information
#BC121B (or 0xBC121B) is known color: Venetian Red. HEX triplet: BC, 12 and 1B. RGB value is (188,18,27). Sum of RGB (Red+Green+Blue) = 188+18+27=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC121B is #43EDE4. Grayscale: #454545. Windows color (decimal): -4451813 or 1774268. OLE color: 1774268.
HSL color Cylindrical-coordinate representation of color #BC121B: hue angle of 356.82º 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 #BC121B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.26 |
| HSL | 356.82º | 0.83% | 0.4% | - |
| HSV(B) | 356.82º | 0.9% | 0.74% | - |
| XYZ | 21.15 | 11.2 | 2.08 | - |
| YUV | 69.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 27 | 0 | 0.90 | 0.86 | 0.26 | 356.82 | 0.83 | 0.4 |
| Hex | BC | 12 | 1B | 0 | 5A | 56 | 1A | 165 | 53 | 28 |
| Octal | 274 | 22 | 33 | 0 | 132 | 126 | 32 | 545 | 123 | 50 |
| Binary | 10111100 | 10010 | 11011 | 0 | 1011010 | 1010110 | 11010 | 101100101 | 1010011 | 101000 |
Color Harmonies of #BC121B
Complementary color
Monochromatic Colors of #BC121B
Black with #BC121B
Text Example
Text Example
White with #BC121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC121B; }
p { color: rgb(188,18,27); }
H1.HeaderClassName
{
color: #BC121B;
}
.AnyTagClassName
{
color: #BC121B;
}
</style>
background-color css
<style>
a { background-color: #BC121B; }
a { background-color: rgb(188,18,27); }
div.DivClassName
{
background-color: #BC121B;
}
.BgClassName
{
background-color: #BC121B;
}
</style>
border-color css
<style>
span { border-color: #BC121B; }
span { border-color: rgb(188,18,27); }
td.TdClassName
{
border-color: #BC121B;
}
.TagClassName
{
border-color: #BC121B;
}
</style>