Shades of Venetian Red #BC071D
Tints of Venetian Red #BC071D
RGB
CMYK
RGB Variations
Color information
#BC071D (or 0xBC071D) is known color: Venetian Red. HEX triplet: BC, 07 and 1D. RGB value is (188,7,29). Sum of RGB (Red+Green+Blue) = 188+7+29=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC071D is #43F8E2. Grayscale: #3F3F3F. Windows color (decimal): -4454627 or 1902524. OLE color: 1902524.
HSL color Cylindrical-coordinate representation of color #BC071D: hue angle of 352.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC071D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 29 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.26 |
| HSL | 352.71º | 0.93% | 0.38% | - |
| HSV(B) | 352.71º | 0.96% | 0.74% | - |
| XYZ | 21.04 | 10.93 | 2.16 | - |
| YUV | 63.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 29 | 0 | 0.96 | 0.85 | 0.26 | 352.71 | 0.93 | 0.38 |
| Hex | BC | 7 | 1D | 0 | 60 | 55 | 1A | 161 | 5D | 26 |
| Octal | 274 | 7 | 35 | 0 | 140 | 125 | 32 | 541 | 135 | 46 |
| Binary | 10111100 | 111 | 11101 | 0 | 1100000 | 1010101 | 11010 | 101100001 | 1011101 | 100110 |
Color Harmonies of #BC071D
Complementary color
Monochromatic Colors of #BC071D
Black with #BC071D
Text Example
Text Example
White with #BC071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC071D; }
p { color: rgb(188,7,29); }
H1.HeaderClassName
{
color: #BC071D;
}
.AnyTagClassName
{
color: #BC071D;
}
</style>
background-color css
<style>
a { background-color: #BC071D; }
a { background-color: rgb(188,7,29); }
div.DivClassName
{
background-color: #BC071D;
}
.BgClassName
{
background-color: #BC071D;
}
</style>
border-color css
<style>
span { border-color: #BC071D; }
span { border-color: rgb(188,7,29); }
td.TdClassName
{
border-color: #BC071D;
}
.TagClassName
{
border-color: #BC071D;
}
</style>