Shades of Old Rose #BD2E50
Tints of Old Rose #BD2E50
RGB
CMYK
RGB Variations
Color information
#BD2E50 (or 0xBD2E50) is known color: Old Rose. HEX triplet: BD, 2E and 50. RGB value is (189,46,80). Sum of RGB (Red+Green+Blue) = 189+46+80=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E50 is #42D1AF. Grayscale: #5C5C5C. Windows color (decimal): -4379056 or 5254845. OLE color: 5254845.
HSL color Cylindrical-coordinate representation of color #BD2E50: hue angle of 345.73º 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 #BD2E50 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 80 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.26 |
| HSL | 345.73º | 0.61% | 0.46% | - |
| HSV(B) | 345.73º | 0.76% | 0.74% | - |
| XYZ | 23.41 | 13.35 | 8.93 | - |
| YUV | 92.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 80 | 0 | 0.76 | 0.58 | 0.26 | 345.73 | 0.61 | 0.46 |
| Hex | BD | 2E | 50 | 0 | 4C | 3A | 1A | 15A | 3D | 2E |
| Octal | 275 | 56 | 120 | 0 | 114 | 72 | 32 | 532 | 75 | 56 |
| Binary | 10111101 | 101110 | 1010000 | 0 | 1001100 | 111010 | 11010 | 101011010 | 111101 | 101110 |
Color Harmonies of #BD2E50
Complementary color
Monochromatic Colors of #BD2E50
Black with #BD2E50
Text Example
Text Example
White with #BD2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E50; }
p { color: rgb(189,46,80); }
H1.HeaderClassName
{
color: #BD2E50;
}
.AnyTagClassName
{
color: #BD2E50;
}
</style>
background-color css
<style>
a { background-color: #BD2E50; }
a { background-color: rgb(189,46,80); }
div.DivClassName
{
background-color: #BD2E50;
}
.BgClassName
{
background-color: #BD2E50;
}
</style>
border-color css
<style>
span { border-color: #BD2E50; }
span { border-color: rgb(189,46,80); }
td.TdClassName
{
border-color: #BD2E50;
}
.TagClassName
{
border-color: #BD2E50;
}
</style>