Shades of Venetian Red #BC0D1D
Tints of Venetian Red #BC0D1D
RGB
CMYK
RGB Variations
Color information
#BC0D1D (or 0xBC0D1D) is known color: Venetian Red. HEX triplet: BC, 0D and 1D. RGB value is (188,13,29). Sum of RGB (Red+Green+Blue) = 188+13+29=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D1D is #43F2E2. Grayscale: #434343. Windows color (decimal): -4453091 or 1904060. OLE color: 1904060.
HSL color Cylindrical-coordinate representation of color #BC0D1D: hue angle of 354.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D1D is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 29 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.26 |
| HSL | 354.51º | 0.87% | 0.39% | - |
| HSV(B) | 354.51º | 0.93% | 0.74% | - |
| XYZ | 21.1 | 11.07 | 2.19 | - |
| YUV | 67.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 29 | 0 | 0.93 | 0.85 | 0.26 | 354.51 | 0.87 | 0.39 |
| Hex | BC | D | 1D | 0 | 5D | 55 | 1A | 163 | 57 | 27 |
| Octal | 274 | 15 | 35 | 0 | 135 | 125 | 32 | 543 | 127 | 47 |
| Binary | 10111100 | 1101 | 11101 | 0 | 1011101 | 1010101 | 11010 | 101100011 | 1010111 | 100111 |
Color Harmonies of #BC0D1D
Complementary color
Monochromatic Colors of #BC0D1D
Black with #BC0D1D
Text Example
Text Example
White with #BC0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D1D; }
p { color: rgb(188,13,29); }
H1.HeaderClassName
{
color: #BC0D1D;
}
.AnyTagClassName
{
color: #BC0D1D;
}
</style>
background-color css
<style>
a { background-color: #BC0D1D; }
a { background-color: rgb(188,13,29); }
div.DivClassName
{
background-color: #BC0D1D;
}
.BgClassName
{
background-color: #BC0D1D;
}
</style>
border-color css
<style>
span { border-color: #BC0D1D; }
span { border-color: rgb(188,13,29); }
td.TdClassName
{
border-color: #BC0D1D;
}
.TagClassName
{
border-color: #BC0D1D;
}
</style>