Shades of Venetian Red #BC1118
Tints of Venetian Red #BC1118
RGB
CMYK
RGB Variations
Color information
#BC1118 (or 0xBC1118) is known color: Venetian Red. HEX triplet: BC, 11 and 18. RGB value is (188,17,24). Sum of RGB (Red+Green+Blue) = 188+17+24=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1118 is #43EEE7. Grayscale: #454545. Windows color (decimal): -4452072 or 1577404. OLE color: 1577404.
HSL color Cylindrical-coordinate representation of color #BC1118: hue angle of 357.54º 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 #BC1118 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 24 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.26 |
| HSL | 357.54º | 0.83% | 0.4% | - |
| HSV(B) | 357.54º | 0.91% | 0.74% | - |
| XYZ | 21.1 | 11.16 | 1.91 | - |
| YUV | 68.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 24 | 0 | 0.91 | 0.87 | 0.26 | 357.54 | 0.83 | 0.4 |
| Hex | BC | 11 | 18 | 0 | 5B | 57 | 1A | 166 | 53 | 28 |
| Octal | 274 | 21 | 30 | 0 | 133 | 127 | 32 | 546 | 123 | 50 |
| Binary | 10111100 | 10001 | 11000 | 0 | 1011011 | 1010111 | 11010 | 101100110 | 1010011 | 101000 |
Color Harmonies of #BC1118
Complementary color
Monochromatic Colors of #BC1118
Black with #BC1118
Text Example
Text Example
White with #BC1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1118; }
p { color: rgb(188,17,24); }
H1.HeaderClassName
{
color: #BC1118;
}
.AnyTagClassName
{
color: #BC1118;
}
</style>
background-color css
<style>
a { background-color: #BC1118; }
a { background-color: rgb(188,17,24); }
div.DivClassName
{
background-color: #BC1118;
}
.BgClassName
{
background-color: #BC1118;
}
</style>
border-color css
<style>
span { border-color: #BC1118; }
span { border-color: rgb(188,17,24); }
td.TdClassName
{
border-color: #BC1118;
}
.TagClassName
{
border-color: #BC1118;
}
</style>