Shades of Venetian Red #BC001C
Tints of Venetian Red #BC001C
RGB
CMYK
RGB Variations
Color information
#BC001C (or 0xBC001C) is known color: Venetian Red. HEX triplet: BC, 00 and 1C. RGB value is (188,0,28). Sum of RGB (Red+Green+Blue) = 188+0+28=216 (28% of max value = 765). Red value is 188 (73.83% from 255 or 87.04% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 188 - color contains mainly: red. Hex color #BC001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC001C is #43FFE3. Grayscale: #3B3B3B. Windows color (decimal): -4456420 or 1835196. OLE color: 1835196.
HSL color Cylindrical-coordinate representation of color #BC001C: hue angle of 351.06º 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 #BC001C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.85 | 0.26 |
| HSL | 351.06º | 1% | 0.37% | - |
| HSV(B) | 351.06º | 1% | 0.74% | - |
| XYZ | 20.95 | 10.78 | 2.07 | - |
| YUV | 59.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 28 | 0 | 1 | 0.85 | 0.26 | 351.06 | 1 | 0.37 |
| Hex | BC | 0 | 1C | 0 | 64 | 55 | 1A | 15F | 64 | 25 |
| Octal | 274 | 0 | 34 | 0 | 144 | 125 | 32 | 537 | 144 | 45 |
| Binary | 10111100 | 0 | 11100 | 0 | 1100100 | 1010101 | 11010 | 101011111 | 1100100 | 100101 |
Color Harmonies of #BC001C
Complementary color
Monochromatic Colors of #BC001C
Black with #BC001C
Text Example
Text Example
White with #BC001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC001C; }
p { color: rgb(188,0,28); }
H1.HeaderClassName
{
color: #BC001C;
}
.AnyTagClassName
{
color: #BC001C;
}
</style>
background-color css
<style>
a { background-color: #BC001C; }
a { background-color: rgb(188,0,28); }
div.DivClassName
{
background-color: #BC001C;
}
.BgClassName
{
background-color: #BC001C;
}
</style>
border-color css
<style>
span { border-color: #BC001C; }
span { border-color: rgb(188,0,28); }
td.TdClassName
{
border-color: #BC001C;
}
.TagClassName
{
border-color: #BC001C;
}
</style>