Shades of Old Rose #BC3C4D
Tints of Old Rose #BC3C4D
RGB
CMYK
RGB Variations
Color information
#BC3C4D (or 0xBC3C4D) is known color: Old Rose. HEX triplet: BC, 3C and 4D. RGB value is (188,60,77). Sum of RGB (Red+Green+Blue) = 188+60+77=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C4D is #43C3B2. Grayscale: #646464. Windows color (decimal): -4441011 or 5061820. OLE color: 5061820.
HSL color Cylindrical-coordinate representation of color #BC3C4D: hue angle of 352.03º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3C4D is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 77 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.26 |
| HSL | 352.03º | 0.52% | 0.49% | - |
| HSV(B) | 352.03º | 0.68% | 0.74% | - |
| XYZ | 23.69 | 14.46 | 8.56 | - |
| YUV | 100.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 77 | 0 | 0.68 | 0.59 | 0.26 | 352.03 | 0.52 | 0.49 |
| Hex | BC | 3C | 4D | 0 | 44 | 3B | 1A | 160 | 34 | 31 |
| Octal | 274 | 74 | 115 | 0 | 104 | 73 | 32 | 540 | 64 | 61 |
| Binary | 10111100 | 111100 | 1001101 | 0 | 1000100 | 111011 | 11010 | 101100000 | 110100 | 110001 |
Color Harmonies of #BC3C4D
Complementary color
Monochromatic Colors of #BC3C4D
Black with #BC3C4D
Text Example
Text Example
White with #BC3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C4D; }
p { color: rgb(188,60,77); }
H1.HeaderClassName
{
color: #BC3C4D;
}
.AnyTagClassName
{
color: #BC3C4D;
}
</style>
background-color css
<style>
a { background-color: #BC3C4D; }
a { background-color: rgb(188,60,77); }
div.DivClassName
{
background-color: #BC3C4D;
}
.BgClassName
{
background-color: #BC3C4D;
}
</style>
border-color css
<style>
span { border-color: #BC3C4D; }
span { border-color: rgb(188,60,77); }
td.TdClassName
{
border-color: #BC3C4D;
}
.TagClassName
{
border-color: #BC3C4D;
}
</style>