Shades of Old Rose #BD2550
Tints of Old Rose #BD2550
RGB
CMYK
RGB Variations
Color information
#BD2550 (or 0xBD2550) is known color: Old Rose. HEX triplet: BD, 25 and 50. RGB value is (189,37,80). Sum of RGB (Red+Green+Blue) = 189+37+80=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2550 is #42DAAF. Grayscale: #575757. Windows color (decimal): -4381360 or 5252541. OLE color: 5252541.
HSL color Cylindrical-coordinate representation of color #BD2550: hue angle of 343.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2550 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 80 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.26 |
| HSL | 343.03º | 0.67% | 0.44% | - |
| HSV(B) | 343.03º | 0.8% | 0.74% | - |
| XYZ | 23.1 | 12.72 | 8.83 | - |
| YUV | 87.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 80 | 0 | 0.80 | 0.58 | 0.26 | 343.03 | 0.67 | 0.44 |
| Hex | BD | 25 | 50 | 0 | 50 | 3A | 1A | 157 | 43 | 2C |
| Octal | 275 | 45 | 120 | 0 | 120 | 72 | 32 | 527 | 103 | 54 |
| Binary | 10111101 | 100101 | 1010000 | 0 | 1010000 | 111010 | 11010 | 101010111 | 1000011 | 101100 |
Color Harmonies of #BD2550
Complementary color
Monochromatic Colors of #BD2550
Black with #BD2550
Text Example
Text Example
White with #BD2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2550; }
p { color: rgb(189,37,80); }
H1.HeaderClassName
{
color: #BD2550;
}
.AnyTagClassName
{
color: #BD2550;
}
</style>
background-color css
<style>
a { background-color: #BD2550; }
a { background-color: rgb(189,37,80); }
div.DivClassName
{
background-color: #BD2550;
}
.BgClassName
{
background-color: #BD2550;
}
</style>
border-color css
<style>
span { border-color: #BD2550; }
span { border-color: rgb(189,37,80); }
td.TdClassName
{
border-color: #BD2550;
}
.TagClassName
{
border-color: #BD2550;
}
</style>