Shades of Rouge #BC3264
Tints of Rouge #BC3264
RGB
CMYK
RGB Variations
Color information
#BC3264 (or 0xBC3264) is known color: Rouge. HEX triplet: BC, 32 and 64. RGB value is (188,50,100). Sum of RGB (Red+Green+Blue) = 188+50+100=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3264 is #43CD9B. Grayscale: #606060. Windows color (decimal): -4443548 or 6566588. OLE color: 6566588.
HSL color Cylindrical-coordinate representation of color #BC3264: hue angle of 338.26º degrees, saturation: 0.58, 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 #BC3264 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 100 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.26 |
| HSL | 338.26º | 0.58% | 0.47% | - |
| HSV(B) | 338.26º | 0.73% | 0.74% | - |
| XYZ | 24.18 | 13.89 | 13.46 | - |
| YUV | 96.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 100 | 0 | 0.73 | 0.47 | 0.26 | 338.26 | 0.58 | 0.47 |
| Hex | BC | 32 | 64 | 0 | 49 | 2F | 1A | 152 | 3A | 2F |
| Octal | 274 | 62 | 144 | 0 | 111 | 57 | 32 | 522 | 72 | 57 |
| Binary | 10111100 | 110010 | 1100100 | 0 | 1001001 | 101111 | 11010 | 101010010 | 111010 | 101111 |
Color Harmonies of #BC3264
Complementary color
Monochromatic Colors of #BC3264
Black with #BC3264
Text Example
Text Example
White with #BC3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3264; }
p { color: rgb(188,50,100); }
H1.HeaderClassName
{
color: #BC3264;
}
.AnyTagClassName
{
color: #BC3264;
}
</style>
background-color css
<style>
a { background-color: #BC3264; }
a { background-color: rgb(188,50,100); }
div.DivClassName
{
background-color: #BC3264;
}
.BgClassName
{
background-color: #BC3264;
}
</style>
border-color css
<style>
span { border-color: #BC3264; }
span { border-color: rgb(188,50,100); }
td.TdClassName
{
border-color: #BC3264;
}
.TagClassName
{
border-color: #BC3264;
}
</style>