Shades of Rouge #BC3362
Tints of Rouge #BC3362
RGB
CMYK
RGB Variations
Color information
#BC3362 (or 0xBC3362) is known color: Rouge. HEX triplet: BC, 33 and 62. RGB value is (188,51,98). Sum of RGB (Red+Green+Blue) = 188+51+98=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3362 is #43CC9D. Grayscale: #616161. Windows color (decimal): -4443294 or 6435772. OLE color: 6435772.
HSL color Cylindrical-coordinate representation of color #BC3362: hue angle of 339.42º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3362 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 98 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.26 |
| HSL | 339.42º | 0.57% | 0.47% | - |
| HSV(B) | 339.42º | 0.73% | 0.74% | - |
| XYZ | 24.13 | 13.94 | 12.97 | - |
| YUV | 97.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 98 | 0 | 0.73 | 0.48 | 0.26 | 339.42 | 0.57 | 0.47 |
| Hex | BC | 33 | 62 | 0 | 49 | 30 | 1A | 153 | 39 | 2F |
| Octal | 274 | 63 | 142 | 0 | 111 | 60 | 32 | 523 | 71 | 57 |
| Binary | 10111100 | 110011 | 1100010 | 0 | 1001001 | 110000 | 11010 | 101010011 | 111001 | 101111 |
Color Harmonies of #BC3362
Complementary color
Monochromatic Colors of #BC3362
Black with #BC3362
Text Example
Text Example
White with #BC3362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3362; }
p { color: rgb(188,51,98); }
H1.HeaderClassName
{
color: #BC3362;
}
.AnyTagClassName
{
color: #BC3362;
}
</style>
background-color css
<style>
a { background-color: #BC3362; }
a { background-color: rgb(188,51,98); }
div.DivClassName
{
background-color: #BC3362;
}
.BgClassName
{
background-color: #BC3362;
}
</style>
border-color css
<style>
span { border-color: #BC3362; }
span { border-color: rgb(188,51,98); }
td.TdClassName
{
border-color: #BC3362;
}
.TagClassName
{
border-color: #BC3362;
}
</style>