Shades of Old Rose #BC3253
Tints of Old Rose #BC3253
RGB
CMYK
RGB Variations
Color information
#BC3253 (or 0xBC3253) is known color: Old Rose. HEX triplet: BC, 32 and 53. RGB value is (188,50,83). Sum of RGB (Red+Green+Blue) = 188+50+83=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3253 is #43CDAC. Grayscale: #5F5F5F. Windows color (decimal): -4443565 or 5452476. OLE color: 5452476.
HSL color Cylindrical-coordinate representation of color #BC3253: hue angle of 345.65º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3253 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 83 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.26 |
| HSL | 345.65º | 0.58% | 0.47% | - |
| HSV(B) | 345.65º | 0.73% | 0.74% | - |
| XYZ | 23.44 | 13.6 | 9.57 | - |
| YUV | 95.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 83 | 0 | 0.73 | 0.56 | 0.26 | 345.65 | 0.58 | 0.47 |
| Hex | BC | 32 | 53 | 0 | 49 | 38 | 1A | 15A | 3A | 2F |
| Octal | 274 | 62 | 123 | 0 | 111 | 70 | 32 | 532 | 72 | 57 |
| Binary | 10111100 | 110010 | 1010011 | 0 | 1001001 | 111000 | 11010 | 101011010 | 111010 | 101111 |
Color Harmonies of #BC3253
Complementary color
Monochromatic Colors of #BC3253
Black with #BC3253
Text Example
Text Example
White with #BC3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3253; }
p { color: rgb(188,50,83); }
H1.HeaderClassName
{
color: #BC3253;
}
.AnyTagClassName
{
color: #BC3253;
}
</style>
background-color css
<style>
a { background-color: #BC3253; }
a { background-color: rgb(188,50,83); }
div.DivClassName
{
background-color: #BC3253;
}
.BgClassName
{
background-color: #BC3253;
}
</style>
border-color css
<style>
span { border-color: #BC3253; }
span { border-color: rgb(188,50,83); }
td.TdClassName
{
border-color: #BC3253;
}
.TagClassName
{
border-color: #BC3253;
}
</style>