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