Shades of Venetian Red #BC002C
Tints of Venetian Red #BC002C
RGB
CMYK
RGB Variations
Color information
#BC002C (or 0xBC002C) is known color: Venetian Red. HEX triplet: BC, 00 and 2C. RGB value is (188,0,44). Sum of RGB (Red+Green+Blue) = 188+0+44=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC002C is #43FFD3. Grayscale: #3D3D3D. Windows color (decimal): -4456404 or 2883772. OLE color: 2883772.
HSL color Cylindrical-coordinate representation of color #BC002C: hue angle of 345.96º 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 #BC002C is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.77 | 0.26 |
| HSL | 345.96º | 1% | 0.37% | - |
| HSV(B) | 345.96º | 1% | 0.74% | - |
| XYZ | 21.19 | 10.87 | 3.36 | - |
| YUV | 61.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 44 | 0 | 1 | 0.77 | 0.26 | 345.96 | 1 | 0.37 |
| Hex | BC | 0 | 2C | 0 | 64 | 4D | 1A | 15A | 64 | 25 |
| Octal | 274 | 0 | 54 | 0 | 144 | 115 | 32 | 532 | 144 | 45 |
| Binary | 10111100 | 0 | 101100 | 0 | 1100100 | 1001101 | 11010 | 101011010 | 1100100 | 100101 |
Color Harmonies of #BC002C
Complementary color
Monochromatic Colors of #BC002C
Black with #BC002C
Text Example
Text Example
White with #BC002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC002C; }
p { color: rgb(188,0,44); }
H1.HeaderClassName
{
color: #BC002C;
}
.AnyTagClassName
{
color: #BC002C;
}
</style>
background-color css
<style>
a { background-color: #BC002C; }
a { background-color: rgb(188,0,44); }
div.DivClassName
{
background-color: #BC002C;
}
.BgClassName
{
background-color: #BC002C;
}
</style>
border-color css
<style>
span { border-color: #BC002C; }
span { border-color: rgb(188,0,44); }
td.TdClassName
{
border-color: #BC002C;
}
.TagClassName
{
border-color: #BC002C;
}
</style>