Shades of Old Rose #BC1D4D
Tints of Old Rose #BC1D4D
RGB
CMYK
RGB Variations
Color information
#BC1D4D (or 0xBC1D4D) is known color: Old Rose. HEX triplet: BC, 1D and 4D. RGB value is (188,29,77). Sum of RGB (Red+Green+Blue) = 188+29+77=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D4D is #43E2B2. Grayscale: #515151. Windows color (decimal): -4448947 or 5053884. OLE color: 5053884.
HSL color Cylindrical-coordinate representation of color #BC1D4D: hue angle of 341.89º 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 #BC1D4D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 77 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.26 |
| HSL | 341.89º | 0.73% | 0.43% | - |
| HSV(B) | 341.89º | 0.85% | 0.74% | - |
| XYZ | 22.52 | 12.11 | 8.17 | - |
| YUV | 82.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 77 | 0 | 0.85 | 0.59 | 0.26 | 341.89 | 0.73 | 0.43 |
| Hex | BC | 1D | 4D | 0 | 55 | 3B | 1A | 156 | 49 | 2B |
| Octal | 274 | 35 | 115 | 0 | 125 | 73 | 32 | 526 | 111 | 53 |
| Binary | 10111100 | 11101 | 1001101 | 0 | 1010101 | 111011 | 11010 | 101010110 | 1001001 | 101011 |
Color Harmonies of #BC1D4D
Complementary color
Monochromatic Colors of #BC1D4D
Black with #BC1D4D
Text Example
Text Example
White with #BC1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D4D; }
p { color: rgb(188,29,77); }
H1.HeaderClassName
{
color: #BC1D4D;
}
.AnyTagClassName
{
color: #BC1D4D;
}
</style>
background-color css
<style>
a { background-color: #BC1D4D; }
a { background-color: rgb(188,29,77); }
div.DivClassName
{
background-color: #BC1D4D;
}
.BgClassName
{
background-color: #BC1D4D;
}
</style>
border-color css
<style>
span { border-color: #BC1D4D; }
span { border-color: rgb(188,29,77); }
td.TdClassName
{
border-color: #BC1D4D;
}
.TagClassName
{
border-color: #BC1D4D;
}
</style>