Shades of Venetian Red #BC1120
Tints of Venetian Red #BC1120
RGB
CMYK
RGB Variations
Color information
#BC1120 (or 0xBC1120) is known color: Venetian Red. HEX triplet: BC, 11 and 20. RGB value is (188,17,32). Sum of RGB (Red+Green+Blue) = 188+17+32=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1120 is #43EEDF. Grayscale: #454545. Windows color (decimal): -4452064 or 2101692. OLE color: 2101692.
HSL color Cylindrical-coordinate representation of color #BC1120: hue angle of 354.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1120 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 32 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.26 |
| HSL | 354.74º | 0.83% | 0.4% | - |
| HSV(B) | 354.74º | 0.91% | 0.74% | - |
| XYZ | 21.2 | 11.2 | 2.41 | - |
| YUV | 69.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 32 | 0 | 0.91 | 0.83 | 0.26 | 354.74 | 0.83 | 0.4 |
| Hex | BC | 11 | 20 | 0 | 5B | 53 | 1A | 163 | 53 | 28 |
| Octal | 274 | 21 | 40 | 0 | 133 | 123 | 32 | 543 | 123 | 50 |
| Binary | 10111100 | 10001 | 100000 | 0 | 1011011 | 1010011 | 11010 | 101100011 | 1010011 | 101000 |
Color Harmonies of #BC1120
Complementary color
Monochromatic Colors of #BC1120
Black with #BC1120
Text Example
Text Example
White with #BC1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1120; }
p { color: rgb(188,17,32); }
H1.HeaderClassName
{
color: #BC1120;
}
.AnyTagClassName
{
color: #BC1120;
}
</style>
background-color css
<style>
a { background-color: #BC1120; }
a { background-color: rgb(188,17,32); }
div.DivClassName
{
background-color: #BC1120;
}
.BgClassName
{
background-color: #BC1120;
}
</style>
border-color css
<style>
span { border-color: #BC1120; }
span { border-color: rgb(188,17,32); }
td.TdClassName
{
border-color: #BC1120;
}
.TagClassName
{
border-color: #BC1120;
}
</style>