Shades of Rouge #BC3760
Tints of Rouge #BC3760
RGB
CMYK
RGB Variations
Color information
#BC3760 (or 0xBC3760) is known color: Rouge. HEX triplet: BC, 37 and 60. RGB value is (188,55,96). Sum of RGB (Red+Green+Blue) = 188+55+96=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3760 is #43C89F. Grayscale: #636363. Windows color (decimal): -4442272 or 6305724. OLE color: 6305724.
HSL color Cylindrical-coordinate representation of color #BC3760: hue angle of 341.5º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3760 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 96 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.26 |
| HSL | 341.5º | 0.55% | 0.48% | - |
| HSV(B) | 341.5º | 0.71% | 0.74% | - |
| XYZ | 24.22 | 14.27 | 12.54 | - |
| YUV | 99.44 | 126.06 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 96 | 0 | 0.71 | 0.49 | 0.26 | 341.5 | 0.55 | 0.48 |
| Hex | BC | 37 | 60 | 0 | 47 | 31 | 1A | 156 | 37 | 30 |
| Octal | 274 | 67 | 140 | 0 | 107 | 61 | 32 | 526 | 67 | 60 |
| Binary | 10111100 | 110111 | 1100000 | 0 | 1000111 | 110001 | 11010 | 101010110 | 110111 | 110000 |
Color Harmonies of #BC3760
Complementary color
Monochromatic Colors of #BC3760
Black with #BC3760
Text Example
Text Example
White with #BC3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3760; }
p { color: rgb(188,55,96); }
H1.HeaderClassName
{
color: #BC3760;
}
.AnyTagClassName
{
color: #BC3760;
}
</style>
background-color css
<style>
a { background-color: #BC3760; }
a { background-color: rgb(188,55,96); }
div.DivClassName
{
background-color: #BC3760;
}
.BgClassName
{
background-color: #BC3760;
}
</style>
border-color css
<style>
span { border-color: #BC3760; }
span { border-color: rgb(188,55,96); }
td.TdClassName
{
border-color: #BC3760;
}
.TagClassName
{
border-color: #BC3760;
}
</style>