Shades of Old Rose #BC1D5D
Tints of Old Rose #BC1D5D
RGB
CMYK
RGB Variations
Color information
#BC1D5D (or 0xBC1D5D) is known color: Old Rose. HEX triplet: BC, 1D and 5D. RGB value is (188,29,93). Sum of RGB (Red+Green+Blue) = 188+29+93=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D5D is #43E2A2. Grayscale: #535353. Windows color (decimal): -4448931 or 6102460. OLE color: 6102460.
HSL color Cylindrical-coordinate representation of color #BC1D5D: hue angle of 335.85º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D5D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 93 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.26 |
| HSL | 335.85º | 0.73% | 0.43% | - |
| HSV(B) | 335.85º | 0.85% | 0.74% | - |
| XYZ | 23.15 | 12.36 | 11.52 | - |
| YUV | 83.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 93 | 0 | 0.85 | 0.51 | 0.26 | 335.85 | 0.73 | 0.43 |
| Hex | BC | 1D | 5D | 0 | 55 | 33 | 1A | 150 | 49 | 2B |
| Octal | 274 | 35 | 135 | 0 | 125 | 63 | 32 | 520 | 111 | 53 |
| Binary | 10111100 | 11101 | 1011101 | 0 | 1010101 | 110011 | 11010 | 101010000 | 1001001 | 101011 |
Color Harmonies of #BC1D5D
Complementary color
Monochromatic Colors of #BC1D5D
Black with #BC1D5D
Text Example
Text Example
White with #BC1D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D5D; }
p { color: rgb(188,29,93); }
H1.HeaderClassName
{
color: #BC1D5D;
}
.AnyTagClassName
{
color: #BC1D5D;
}
</style>
background-color css
<style>
a { background-color: #BC1D5D; }
a { background-color: rgb(188,29,93); }
div.DivClassName
{
background-color: #BC1D5D;
}
.BgClassName
{
background-color: #BC1D5D;
}
</style>
border-color css
<style>
span { border-color: #BC1D5D; }
span { border-color: rgb(188,29,93); }
td.TdClassName
{
border-color: #BC1D5D;
}
.TagClassName
{
border-color: #BC1D5D;
}
</style>