Shades of Venetian Red #BC0C1A
Tints of Venetian Red #BC0C1A
RGB
CMYK
RGB Variations
Color information
#BC0C1A (or 0xBC0C1A) is known color: Venetian Red. HEX triplet: BC, 0C and 1A. RGB value is (188,12,26). Sum of RGB (Red+Green+Blue) = 188+12+26=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C1A is #43F3E5. Grayscale: #424242. Windows color (decimal): -4453350 or 1707196. OLE color: 1707196.
HSL color Cylindrical-coordinate representation of color #BC0C1A: hue angle of 355.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C1A is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 26 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.26 |
| HSL | 355.23º | 0.88% | 0.39% | - |
| HSV(B) | 355.23º | 0.94% | 0.74% | - |
| XYZ | 21.06 | 11.03 | 2 | - |
| YUV | 66.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 26 | 0 | 0.94 | 0.86 | 0.26 | 355.23 | 0.88 | 0.39 |
| Hex | BC | C | 1A | 0 | 5E | 56 | 1A | 163 | 58 | 27 |
| Octal | 274 | 14 | 32 | 0 | 136 | 126 | 32 | 543 | 130 | 47 |
| Binary | 10111100 | 1100 | 11010 | 0 | 1011110 | 1010110 | 11010 | 101100011 | 1011000 | 100111 |
Color Harmonies of #BC0C1A
Complementary color
Monochromatic Colors of #BC0C1A
Black with #BC0C1A
Text Example
Text Example
White with #BC0C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C1A; }
p { color: rgb(188,12,26); }
H1.HeaderClassName
{
color: #BC0C1A;
}
.AnyTagClassName
{
color: #BC0C1A;
}
</style>
background-color css
<style>
a { background-color: #BC0C1A; }
a { background-color: rgb(188,12,26); }
div.DivClassName
{
background-color: #BC0C1A;
}
.BgClassName
{
background-color: #BC0C1A;
}
</style>
border-color css
<style>
span { border-color: #BC0C1A; }
span { border-color: rgb(188,12,26); }
td.TdClassName
{
border-color: #BC0C1A;
}
.TagClassName
{
border-color: #BC0C1A;
}
</style>