Shades of Rouge #BC3369
Tints of Rouge #BC3369
RGB
CMYK
RGB Variations
Color information
#BC3369 (or 0xBC3369) is known color: Rouge. HEX triplet: BC, 33 and 69. RGB value is (188,51,105). Sum of RGB (Red+Green+Blue) = 188+51+105=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3369 is #43CC96. Grayscale: #626262. Windows color (decimal): -4443287 or 6894524. OLE color: 6894524.
HSL color Cylindrical-coordinate representation of color #BC3369: hue angle of 336.35º 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 #BC3369 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 105 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.26 |
| HSL | 336.35º | 0.57% | 0.47% | - |
| HSV(B) | 336.35º | 0.73% | 0.74% | - |
| XYZ | 24.47 | 14.08 | 14.79 | - |
| YUV | 98.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 105 | 0 | 0.73 | 0.44 | 0.26 | 336.35 | 0.57 | 0.47 |
| Hex | BC | 33 | 69 | 0 | 49 | 2C | 1A | 150 | 39 | 2F |
| Octal | 274 | 63 | 151 | 0 | 111 | 54 | 32 | 520 | 71 | 57 |
| Binary | 10111100 | 110011 | 1101001 | 0 | 1001001 | 101100 | 11010 | 101010000 | 111001 | 101111 |
Color Harmonies of #BC3369
Complementary color
Monochromatic Colors of #BC3369
Black with #BC3369
Text Example
Text Example
White with #BC3369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3369; }
p { color: rgb(188,51,105); }
H1.HeaderClassName
{
color: #BC3369;
}
.AnyTagClassName
{
color: #BC3369;
}
</style>
background-color css
<style>
a { background-color: #BC3369; }
a { background-color: rgb(188,51,105); }
div.DivClassName
{
background-color: #BC3369;
}
.BgClassName
{
background-color: #BC3369;
}
</style>
border-color css
<style>
span { border-color: #BC3369; }
span { border-color: rgb(188,51,105); }
td.TdClassName
{
border-color: #BC3369;
}
.TagClassName
{
border-color: #BC3369;
}
</style>