Shades of Venetian Red #BC011A
Tints of Venetian Red #BC011A
RGB
CMYK
RGB Variations
Color information
#BC011A (or 0xBC011A) is known color: Venetian Red. HEX triplet: BC, 01 and 1A. RGB value is (188,1,26). Sum of RGB (Red+Green+Blue) = 188+1+26=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC011A is #43FEE5. Grayscale: #3B3B3B. Windows color (decimal): -4456166 or 1704380. OLE color: 1704380.
HSL color Cylindrical-coordinate representation of color #BC011A: hue angle of 351.98º 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 #BC011A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.26 |
| HSL | 351.98º | 0.99% | 0.37% | - |
| HSV(B) | 351.98º | 0.99% | 0.74% | - |
| XYZ | 20.94 | 10.79 | 1.96 | - |
| YUV | 59.76 | 108.95 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 26 | 0 | 0.99 | 0.86 | 0.26 | 351.98 | 0.99 | 0.37 |
| Hex | BC | 1 | 1A | 0 | 63 | 56 | 1A | 160 | 63 | 25 |
| Octal | 274 | 1 | 32 | 0 | 143 | 126 | 32 | 540 | 143 | 45 |
| Binary | 10111100 | 1 | 11010 | 0 | 1100011 | 1010110 | 11010 | 101100000 | 1100011 | 100101 |
Color Harmonies of #BC011A
Complementary color
Monochromatic Colors of #BC011A
Black with #BC011A
Text Example
Text Example
White with #BC011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC011A; }
p { color: rgb(188,1,26); }
H1.HeaderClassName
{
color: #BC011A;
}
.AnyTagClassName
{
color: #BC011A;
}
</style>
background-color css
<style>
a { background-color: #BC011A; }
a { background-color: rgb(188,1,26); }
div.DivClassName
{
background-color: #BC011A;
}
.BgClassName
{
background-color: #BC011A;
}
</style>
border-color css
<style>
span { border-color: #BC011A; }
span { border-color: rgb(188,1,26); }
td.TdClassName
{
border-color: #BC011A;
}
.TagClassName
{
border-color: #BC011A;
}
</style>