Shades of Old Rose #BC3053
Tints of Old Rose #BC3053
RGB
CMYK
RGB Variations
Color information
#BC3053 (or 0xBC3053) is known color: Old Rose. HEX triplet: BC, 30 and 53. RGB value is (188,48,83). Sum of RGB (Red+Green+Blue) = 188+48+83=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3053 is #43CFAC. Grayscale: #5D5D5D. Windows color (decimal): -4444077 or 5451964. OLE color: 5451964.
HSL color Cylindrical-coordinate representation of color #BC3053: hue angle of 345º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3053 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 83 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.26 |
| HSL | 345º | 0.59% | 0.46% | - |
| HSV(B) | 345º | 0.74% | 0.74% | - |
| XYZ | 23.36 | 13.43 | 9.54 | - |
| YUV | 93.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 83 | 0 | 0.74 | 0.56 | 0.26 | 345 | 0.59 | 0.46 |
| Hex | BC | 30 | 53 | 0 | 4A | 38 | 1A | 159 | 3B | 2E |
| Octal | 274 | 60 | 123 | 0 | 112 | 70 | 32 | 531 | 73 | 56 |
| Binary | 10111100 | 110000 | 1010011 | 0 | 1001010 | 111000 | 11010 | 101011001 | 111011 | 101110 |
Color Harmonies of #BC3053
Complementary color
Monochromatic Colors of #BC3053
Black with #BC3053
Text Example
Text Example
White with #BC3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3053; }
p { color: rgb(188,48,83); }
H1.HeaderClassName
{
color: #BC3053;
}
.AnyTagClassName
{
color: #BC3053;
}
</style>
background-color css
<style>
a { background-color: #BC3053; }
a { background-color: rgb(188,48,83); }
div.DivClassName
{
background-color: #BC3053;
}
.BgClassName
{
background-color: #BC3053;
}
</style>
border-color css
<style>
span { border-color: #BC3053; }
span { border-color: rgb(188,48,83); }
td.TdClassName
{
border-color: #BC3053;
}
.TagClassName
{
border-color: #BC3053;
}
</style>