Shades of Venetian Red #BC001B
Tints of Venetian Red #BC001B
RGB
CMYK
RGB Variations
Color information
#BC001B (or 0xBC001B) is known color: Venetian Red. HEX triplet: BC, 00 and 1B. RGB value is (188,0,27). Sum of RGB (Red+Green+Blue) = 188+0+27=215 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.44% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 188 - color contains mainly: red. Hex color #BC001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC001B is #43FFE4. Grayscale: #3B3B3B. Windows color (decimal): -4456421 or 1769660. OLE color: 1769660.
HSL color Cylindrical-coordinate representation of color #BC001B: hue angle of 351.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC001B is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.86 | 0.26 |
| HSL | 351.38º | 1% | 0.37% | - |
| HSV(B) | 351.38º | 1% | 0.74% | - |
| XYZ | 20.94 | 10.77 | 2.01 | - |
| YUV | 59.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 27 | 0 | 1 | 0.86 | 0.26 | 351.38 | 1 | 0.37 |
| Hex | BC | 0 | 1B | 0 | 64 | 56 | 1A | 15F | 64 | 25 |
| Octal | 274 | 0 | 33 | 0 | 144 | 126 | 32 | 537 | 144 | 45 |
| Binary | 10111100 | 0 | 11011 | 0 | 1100100 | 1010110 | 11010 | 101011111 | 1100100 | 100101 |
Color Harmonies of #BC001B
Complementary color
Monochromatic Colors of #BC001B
Black with #BC001B
Text Example
Text Example
White with #BC001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC001B; }
p { color: rgb(188,0,27); }
H1.HeaderClassName
{
color: #BC001B;
}
.AnyTagClassName
{
color: #BC001B;
}
</style>
background-color css
<style>
a { background-color: #BC001B; }
a { background-color: rgb(188,0,27); }
div.DivClassName
{
background-color: #BC001B;
}
.BgClassName
{
background-color: #BC001B;
}
</style>
border-color css
<style>
span { border-color: #BC001B; }
span { border-color: rgb(188,0,27); }
td.TdClassName
{
border-color: #BC001B;
}
.TagClassName
{
border-color: #BC001B;
}
</style>