Shades of Venetian Red #BC011C
Tints of Venetian Red #BC011C
RGB
CMYK
RGB Variations
Color information
#BC011C (or 0xBC011C) is known color: Venetian Red. HEX triplet: BC, 01 and 1C. RGB value is (188,1,28). Sum of RGB (Red+Green+Blue) = 188+1+28=217 (28% of max value = 765). Red value is 188 (73.83% from 255 or 86.64% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 188 - color contains mainly: red. Hex color #BC011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC011C is #43FEE3. Grayscale: #3C3C3C. Windows color (decimal): -4456164 or 1835452. OLE color: 1835452.
HSL color Cylindrical-coordinate representation of color #BC011C: hue angle of 351.34º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC011C is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.26 |
| HSL | 351.34º | 0.99% | 0.37% | - |
| HSV(B) | 351.34º | 0.99% | 0.74% | - |
| XYZ | 20.96 | 10.8 | 2.08 | - |
| YUV | 59.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 28 | 0 | 0.99 | 0.85 | 0.26 | 351.34 | 0.99 | 0.37 |
| Hex | BC | 1 | 1C | 0 | 63 | 55 | 1A | 15F | 63 | 25 |
| Octal | 274 | 1 | 34 | 0 | 143 | 125 | 32 | 537 | 143 | 45 |
| Binary | 10111100 | 1 | 11100 | 0 | 1100011 | 1010101 | 11010 | 101011111 | 1100011 | 100101 |
Color Harmonies of #BC011C
Complementary color
Monochromatic Colors of #BC011C
Black with #BC011C
Text Example
Text Example
White with #BC011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC011C; }
p { color: rgb(188,1,28); }
H1.HeaderClassName
{
color: #BC011C;
}
.AnyTagClassName
{
color: #BC011C;
}
</style>
background-color css
<style>
a { background-color: #BC011C; }
a { background-color: rgb(188,1,28); }
div.DivClassName
{
background-color: #BC011C;
}
.BgClassName
{
background-color: #BC011C;
}
</style>
border-color css
<style>
span { border-color: #BC011C; }
span { border-color: rgb(188,1,28); }
td.TdClassName
{
border-color: #BC011C;
}
.TagClassName
{
border-color: #BC011C;
}
</style>