Shades of Old Rose #BD2E53
Tints of Old Rose #BD2E53
RGB
CMYK
RGB Variations
Color information
#BD2E53 (or 0xBD2E53) is known color: Old Rose. HEX triplet: BD, 2E and 53. RGB value is (189,46,83). Sum of RGB (Red+Green+Blue) = 189+46+83=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E53 is #42D1AC. Grayscale: #5C5C5C. Windows color (decimal): -4379053 or 5451453. OLE color: 5451453.
HSL color Cylindrical-coordinate representation of color #BD2E53: hue angle of 344.48º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E53 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 83 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.26 |
| HSL | 344.48º | 0.61% | 0.46% | - |
| HSV(B) | 344.48º | 0.76% | 0.74% | - |
| XYZ | 23.52 | 13.4 | 9.53 | - |
| YUV | 92.98 | 122.38 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 83 | 0 | 0.76 | 0.56 | 0.26 | 344.48 | 0.61 | 0.46 |
| Hex | BD | 2E | 53 | 0 | 4C | 38 | 1A | 158 | 3D | 2E |
| Octal | 275 | 56 | 123 | 0 | 114 | 70 | 32 | 530 | 75 | 56 |
| Binary | 10111101 | 101110 | 1010011 | 0 | 1001100 | 111000 | 11010 | 101011000 | 111101 | 101110 |
Color Harmonies of #BD2E53
Complementary color
Monochromatic Colors of #BD2E53
Black with #BD2E53
Text Example
Text Example
White with #BD2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E53; }
p { color: rgb(189,46,83); }
H1.HeaderClassName
{
color: #BD2E53;
}
.AnyTagClassName
{
color: #BD2E53;
}
</style>
background-color css
<style>
a { background-color: #BD2E53; }
a { background-color: rgb(189,46,83); }
div.DivClassName
{
background-color: #BD2E53;
}
.BgClassName
{
background-color: #BD2E53;
}
</style>
border-color css
<style>
span { border-color: #BD2E53; }
span { border-color: rgb(189,46,83); }
td.TdClassName
{
border-color: #BD2E53;
}
.TagClassName
{
border-color: #BD2E53;
}
</style>