Shades of Venetian Red #BC042A
Tints of Venetian Red #BC042A
RGB
CMYK
RGB Variations
Color information
#BC042A (or 0xBC042A) is known color: Venetian Red. HEX triplet: BC, 04 and 2A. RGB value is (188,4,42). Sum of RGB (Red+Green+Blue) = 188+4+42=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC042A is #43FBD5. Grayscale: #3F3F3F. Windows color (decimal): -4455382 or 2753724. OLE color: 2753724.
HSL color Cylindrical-coordinate representation of color #BC042A: hue angle of 347.61º 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 #BC042A is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.26 |
| HSL | 347.61º | 0.96% | 0.38% | - |
| HSV(B) | 347.61º | 0.98% | 0.74% | - |
| XYZ | 21.2 | 10.95 | 3.19 | - |
| YUV | 63.35 | 115.96 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 42 | 0 | 0.98 | 0.78 | 0.26 | 347.61 | 0.96 | 0.38 |
| Hex | BC | 4 | 2A | 0 | 62 | 4E | 1A | 15C | 60 | 26 |
| Octal | 274 | 4 | 52 | 0 | 142 | 116 | 32 | 534 | 140 | 46 |
| Binary | 10111100 | 100 | 101010 | 0 | 1100010 | 1001110 | 11010 | 101011100 | 1100000 | 100110 |
Color Harmonies of #BC042A
Complementary color
Monochromatic Colors of #BC042A
Black with #BC042A
Text Example
Text Example
White with #BC042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC042A; }
p { color: rgb(188,4,42); }
H1.HeaderClassName
{
color: #BC042A;
}
.AnyTagClassName
{
color: #BC042A;
}
</style>
background-color css
<style>
a { background-color: #BC042A; }
a { background-color: rgb(188,4,42); }
div.DivClassName
{
background-color: #BC042A;
}
.BgClassName
{
background-color: #BC042A;
}
</style>
border-color css
<style>
span { border-color: #BC042A; }
span { border-color: rgb(188,4,42); }
td.TdClassName
{
border-color: #BC042A;
}
.TagClassName
{
border-color: #BC042A;
}
</style>