Shades of Venetian Red #BC0422
Tints of Venetian Red #BC0422
RGB
CMYK
RGB Variations
Color information
#BC0422 (or 0xBC0422) is known color: Venetian Red. HEX triplet: BC, 04 and 22. RGB value is (188,4,34). Sum of RGB (Red+Green+Blue) = 188+4+34=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0422 is #43FBDD. Grayscale: #3E3E3E. Windows color (decimal): -4455390 or 2229436. OLE color: 2229436.
HSL color Cylindrical-coordinate representation of color #BC0422: hue angle of 350.22º 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 #BC0422 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.26 |
| HSL | 350.22º | 0.96% | 0.38% | - |
| HSV(B) | 350.22º | 0.98% | 0.74% | - |
| XYZ | 21.07 | 10.89 | 2.51 | - |
| YUV | 62.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 34 | 0 | 0.98 | 0.82 | 0.26 | 350.22 | 0.96 | 0.38 |
| Hex | BC | 4 | 22 | 0 | 62 | 52 | 1A | 15E | 60 | 26 |
| Octal | 274 | 4 | 42 | 0 | 142 | 122 | 32 | 536 | 140 | 46 |
| Binary | 10111100 | 100 | 100010 | 0 | 1100010 | 1010010 | 11010 | 101011110 | 1100000 | 100110 |
Color Harmonies of #BC0422
Complementary color
Monochromatic Colors of #BC0422
Black with #BC0422
Text Example
Text Example
White with #BC0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0422; }
p { color: rgb(188,4,34); }
H1.HeaderClassName
{
color: #BC0422;
}
.AnyTagClassName
{
color: #BC0422;
}
</style>
background-color css
<style>
a { background-color: #BC0422; }
a { background-color: rgb(188,4,34); }
div.DivClassName
{
background-color: #BC0422;
}
.BgClassName
{
background-color: #BC0422;
}
</style>
border-color css
<style>
span { border-color: #BC0422; }
span { border-color: rgb(188,4,34); }
td.TdClassName
{
border-color: #BC0422;
}
.TagClassName
{
border-color: #BC0422;
}
</style>