Shades of Rouge #BC3460
Tints of Rouge #BC3460
RGB
CMYK
RGB Variations
Color information
#BC3460 (or 0xBC3460) is known color: Rouge. HEX triplet: BC, 34 and 60. RGB value is (188,52,96). Sum of RGB (Red+Green+Blue) = 188+52+96=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3460 is #43CB9F. Grayscale: #616161. Windows color (decimal): -4443040 or 6304956. OLE color: 6304956.
HSL color Cylindrical-coordinate representation of color #BC3460: hue angle of 340.59º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3460 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 96 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.26 |
| HSL | 340.59º | 0.57% | 0.47% | - |
| HSV(B) | 340.59º | 0.72% | 0.74% | - |
| XYZ | 24.08 | 13.99 | 12.5 | - |
| YUV | 97.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 96 | 0 | 0.72 | 0.49 | 0.26 | 340.59 | 0.57 | 0.47 |
| Hex | BC | 34 | 60 | 0 | 48 | 31 | 1A | 155 | 39 | 2F |
| Octal | 274 | 64 | 140 | 0 | 110 | 61 | 32 | 525 | 71 | 57 |
| Binary | 10111100 | 110100 | 1100000 | 0 | 1001000 | 110001 | 11010 | 101010101 | 111001 | 101111 |
Color Harmonies of #BC3460
Complementary color
Monochromatic Colors of #BC3460
Black with #BC3460
Text Example
Text Example
White with #BC3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3460; }
p { color: rgb(188,52,96); }
H1.HeaderClassName
{
color: #BC3460;
}
.AnyTagClassName
{
color: #BC3460;
}
</style>
background-color css
<style>
a { background-color: #BC3460; }
a { background-color: rgb(188,52,96); }
div.DivClassName
{
background-color: #BC3460;
}
.BgClassName
{
background-color: #BC3460;
}
</style>
border-color css
<style>
span { border-color: #BC3460; }
span { border-color: rgb(188,52,96); }
td.TdClassName
{
border-color: #BC3460;
}
.TagClassName
{
border-color: #BC3460;
}
</style>