Shades of Venetian Red #BC0022
Tints of Venetian Red #BC0022
RGB
CMYK
RGB Variations
Color information
#BC0022 (or 0xBC0022) is known color: Venetian Red. HEX triplet: BC, 00 and 22. RGB value is (188,0,34). Sum of RGB (Red+Green+Blue) = 188+0+34=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0022 is #43FFDD. Grayscale: #3C3C3C. Windows color (decimal): -4456414 or 2228412. OLE color: 2228412.
HSL color Cylindrical-coordinate representation of color #BC0022: hue angle of 349.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0022 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.82 | 0.26 |
| HSL | 349.15º | 1% | 0.37% | - |
| HSV(B) | 349.15º | 1% | 0.74% | - |
| XYZ | 21.03 | 10.81 | 2.49 | - |
| YUV | 60.09 | 113.28 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 34 | 0 | 1 | 0.82 | 0.26 | 349.15 | 1 | 0.37 |
| Hex | BC | 0 | 22 | 0 | 64 | 52 | 1A | 15D | 64 | 25 |
| Octal | 274 | 0 | 42 | 0 | 144 | 122 | 32 | 535 | 144 | 45 |
| Binary | 10111100 | 0 | 100010 | 0 | 1100100 | 1010010 | 11010 | 101011101 | 1100100 | 100101 |
Color Harmonies of #BC0022
Complementary color
Monochromatic Colors of #BC0022
Black with #BC0022
Text Example
Text Example
White with #BC0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0022; }
p { color: rgb(188,0,34); }
H1.HeaderClassName
{
color: #BC0022;
}
.AnyTagClassName
{
color: #BC0022;
}
</style>
background-color css
<style>
a { background-color: #BC0022; }
a { background-color: rgb(188,0,34); }
div.DivClassName
{
background-color: #BC0022;
}
.BgClassName
{
background-color: #BC0022;
}
</style>
border-color css
<style>
span { border-color: #BC0022; }
span { border-color: rgb(188,0,34); }
td.TdClassName
{
border-color: #BC0022;
}
.TagClassName
{
border-color: #BC0022;
}
</style>