Shades of Old Rose #BC1E4D
Tints of Old Rose #BC1E4D
RGB
CMYK
RGB Variations
Color information
#BC1E4D (or 0xBC1E4D) is known color: Old Rose. HEX triplet: BC, 1E and 4D. RGB value is (188,30,77). Sum of RGB (Red+Green+Blue) = 188+30+77=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1E4D is #43E1B2. Grayscale: #525252. Windows color (decimal): -4448691 or 5054140. OLE color: 5054140.
HSL color Cylindrical-coordinate representation of color #BC1E4D: hue angle of 342.15º 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 #BC1E4D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 77 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.26 |
| HSL | 342.15º | 0.72% | 0.43% | - |
| HSV(B) | 342.15º | 0.84% | 0.74% | - |
| XYZ | 22.54 | 12.16 | 8.18 | - |
| YUV | 82.6 | 124.85 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 77 | 0 | 0.84 | 0.59 | 0.26 | 342.15 | 0.72 | 0.43 |
| Hex | BC | 1E | 4D | 0 | 54 | 3B | 1A | 156 | 48 | 2B |
| Octal | 274 | 36 | 115 | 0 | 124 | 73 | 32 | 526 | 110 | 53 |
| Binary | 10111100 | 11110 | 1001101 | 0 | 1010100 | 111011 | 11010 | 101010110 | 1001000 | 101011 |
Color Harmonies of #BC1E4D
Complementary color
Monochromatic Colors of #BC1E4D
Black with #BC1E4D
Text Example
Text Example
White with #BC1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E4D; }
p { color: rgb(188,30,77); }
H1.HeaderClassName
{
color: #BC1E4D;
}
.AnyTagClassName
{
color: #BC1E4D;
}
</style>
background-color css
<style>
a { background-color: #BC1E4D; }
a { background-color: rgb(188,30,77); }
div.DivClassName
{
background-color: #BC1E4D;
}
.BgClassName
{
background-color: #BC1E4D;
}
</style>
border-color css
<style>
span { border-color: #BC1E4D; }
span { border-color: rgb(188,30,77); }
td.TdClassName
{
border-color: #BC1E4D;
}
.TagClassName
{
border-color: #BC1E4D;
}
</style>