Shades of Venetian Red #BC042D
Tints of Venetian Red #BC042D
RGB
CMYK
RGB Variations
Color information
#BC042D (or 0xBC042D) is known color: Venetian Red. HEX triplet: BC, 04 and 2D. RGB value is (188,4,45). Sum of RGB (Red+Green+Blue) = 188+4+45=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC042D is #43FBD2. Grayscale: #3F3F3F. Windows color (decimal): -4455379 or 2950332. OLE color: 2950332.
HSL color Cylindrical-coordinate representation of color #BC042D: hue angle of 346.63º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC042D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.26 |
| HSL | 346.63º | 0.96% | 0.38% | - |
| HSV(B) | 346.63º | 0.98% | 0.74% | - |
| XYZ | 21.26 | 10.97 | 3.48 | - |
| YUV | 63.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 45 | 0 | 0.98 | 0.76 | 0.26 | 346.63 | 0.96 | 0.38 |
| Hex | BC | 4 | 2D | 0 | 62 | 4C | 1A | 15B | 60 | 26 |
| Octal | 274 | 4 | 55 | 0 | 142 | 114 | 32 | 533 | 140 | 46 |
| Binary | 10111100 | 100 | 101101 | 0 | 1100010 | 1001100 | 11010 | 101011011 | 1100000 | 100110 |
Color Harmonies of #BC042D
Complementary color
Monochromatic Colors of #BC042D
Black with #BC042D
Text Example
Text Example
White with #BC042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC042D; }
p { color: rgb(188,4,45); }
H1.HeaderClassName
{
color: #BC042D;
}
.AnyTagClassName
{
color: #BC042D;
}
</style>
background-color css
<style>
a { background-color: #BC042D; }
a { background-color: rgb(188,4,45); }
div.DivClassName
{
background-color: #BC042D;
}
.BgClassName
{
background-color: #BC042D;
}
</style>
border-color css
<style>
span { border-color: #BC042D; }
span { border-color: rgb(188,4,45); }
td.TdClassName
{
border-color: #BC042D;
}
.TagClassName
{
border-color: #BC042D;
}
</style>