Shades of Old Rose #BC3953
Tints of Old Rose #BC3953
RGB
CMYK
RGB Variations
Color information
#BC3953 (or 0xBC3953) is known color: Old Rose. HEX triplet: BC, 39 and 53. RGB value is (188,57,83). Sum of RGB (Red+Green+Blue) = 188+57+83=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3953 is #43C6AC. Grayscale: #636363. Windows color (decimal): -4441773 or 5454268. OLE color: 5454268.
HSL color Cylindrical-coordinate representation of color #BC3953: hue angle of 348.09º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3953 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 83 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.26 |
| HSL | 348.09º | 0.53% | 0.48% | - |
| HSV(B) | 348.09º | 0.7% | 0.74% | - |
| XYZ | 23.76 | 14.24 | 9.68 | - |
| YUV | 99.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 83 | 0 | 0.70 | 0.56 | 0.26 | 348.09 | 0.53 | 0.48 |
| Hex | BC | 39 | 53 | 0 | 46 | 38 | 1A | 15C | 35 | 30 |
| Octal | 274 | 71 | 123 | 0 | 106 | 70 | 32 | 534 | 65 | 60 |
| Binary | 10111100 | 111001 | 1010011 | 0 | 1000110 | 111000 | 11010 | 101011100 | 110101 | 110000 |
Color Harmonies of #BC3953
Complementary color
Monochromatic Colors of #BC3953
Black with #BC3953
Text Example
Text Example
White with #BC3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3953; }
p { color: rgb(188,57,83); }
H1.HeaderClassName
{
color: #BC3953;
}
.AnyTagClassName
{
color: #BC3953;
}
</style>
background-color css
<style>
a { background-color: #BC3953; }
a { background-color: rgb(188,57,83); }
div.DivClassName
{
background-color: #BC3953;
}
.BgClassName
{
background-color: #BC3953;
}
</style>
border-color css
<style>
span { border-color: #BC3953; }
span { border-color: rgb(188,57,83); }
td.TdClassName
{
border-color: #BC3953;
}
.TagClassName
{
border-color: #BC3953;
}
</style>