Shades of Venetian Red #BC0624
Tints of Venetian Red #BC0624
RGB
CMYK
RGB Variations
Color information
#BC0624 (or 0xBC0624) is known color: Venetian Red. HEX triplet: BC, 06 and 24. RGB value is (188,6,36). Sum of RGB (Red+Green+Blue) = 188+6+36=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0624 is #43F9DB. Grayscale: #3F3F3F. Windows color (decimal): -4454876 or 2361020. OLE color: 2361020.
HSL color Cylindrical-coordinate representation of color #BC0624: hue angle of 350.11º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0624 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 36 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.26 |
| HSL | 350.11º | 0.94% | 0.38% | - |
| HSV(B) | 350.11º | 0.97% | 0.74% | - |
| XYZ | 21.12 | 10.95 | 2.67 | - |
| YUV | 63.84 | 112.3 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 36 | 0 | 0.97 | 0.81 | 0.26 | 350.11 | 0.94 | 0.38 |
| Hex | BC | 6 | 24 | 0 | 61 | 51 | 1A | 15E | 5E | 26 |
| Octal | 274 | 6 | 44 | 0 | 141 | 121 | 32 | 536 | 136 | 46 |
| Binary | 10111100 | 110 | 100100 | 0 | 1100001 | 1010001 | 11010 | 101011110 | 1011110 | 100110 |
Color Harmonies of #BC0624
Complementary color
Monochromatic Colors of #BC0624
Black with #BC0624
Text Example
Text Example
White with #BC0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0624; }
p { color: rgb(188,6,36); }
H1.HeaderClassName
{
color: #BC0624;
}
.AnyTagClassName
{
color: #BC0624;
}
</style>
background-color css
<style>
a { background-color: #BC0624; }
a { background-color: rgb(188,6,36); }
div.DivClassName
{
background-color: #BC0624;
}
.BgClassName
{
background-color: #BC0624;
}
</style>
border-color css
<style>
span { border-color: #BC0624; }
span { border-color: rgb(188,6,36); }
td.TdClassName
{
border-color: #BC0624;
}
.TagClassName
{
border-color: #BC0624;
}
</style>