Shades of Old Rose #BC1E5D
Tints of Old Rose #BC1E5D
RGB
CMYK
RGB Variations
Color information
#BC1E5D (or 0xBC1E5D) is known color: Old Rose. HEX triplet: BC, 1E and 5D. RGB value is (188,30,93). Sum of RGB (Red+Green+Blue) = 188+30+93=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E5D is #43E1A2. Grayscale: #545454. Windows color (decimal): -4448675 or 6102716. OLE color: 6102716.
HSL color Cylindrical-coordinate representation of color #BC1E5D: hue angle of 336.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E5D is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 93 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.26 |
| HSL | 336.08º | 0.72% | 0.43% | - |
| HSV(B) | 336.08º | 0.84% | 0.74% | - |
| XYZ | 23.18 | 12.41 | 11.53 | - |
| YUV | 84.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 93 | 0 | 0.84 | 0.51 | 0.26 | 336.08 | 0.72 | 0.43 |
| Hex | BC | 1E | 5D | 0 | 54 | 33 | 1A | 150 | 48 | 2B |
| Octal | 274 | 36 | 135 | 0 | 124 | 63 | 32 | 520 | 110 | 53 |
| Binary | 10111100 | 11110 | 1011101 | 0 | 1010100 | 110011 | 11010 | 101010000 | 1001000 | 101011 |
Color Harmonies of #BC1E5D
Complementary color
Monochromatic Colors of #BC1E5D
Black with #BC1E5D
Text Example
Text Example
White with #BC1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E5D; }
p { color: rgb(188,30,93); }
H1.HeaderClassName
{
color: #BC1E5D;
}
.AnyTagClassName
{
color: #BC1E5D;
}
</style>
background-color css
<style>
a { background-color: #BC1E5D; }
a { background-color: rgb(188,30,93); }
div.DivClassName
{
background-color: #BC1E5D;
}
.BgClassName
{
background-color: #BC1E5D;
}
</style>
border-color css
<style>
span { border-color: #BC1E5D; }
span { border-color: rgb(188,30,93); }
td.TdClassName
{
border-color: #BC1E5D;
}
.TagClassName
{
border-color: #BC1E5D;
}
</style>