Shades of Old Rose #BD2053
Tints of Old Rose #BD2053
RGB
CMYK
RGB Variations
Color information
#BD2053 (or 0xBD2053) is known color: Old Rose. HEX triplet: BD, 20 and 53. RGB value is (189,32,83). Sum of RGB (Red+Green+Blue) = 189+32+83=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2053 is #42DFAC. Grayscale: #545454. Windows color (decimal): -4382637 or 5447869. OLE color: 5447869.
HSL color Cylindrical-coordinate representation of color #BD2053: hue angle of 340.51º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2053 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 83 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.26 |
| HSL | 340.51º | 0.71% | 0.43% | - |
| HSV(B) | 340.51º | 0.83% | 0.74% | - |
| XYZ | 23.06 | 12.48 | 9.38 | - |
| YUV | 84.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 83 | 0 | 0.83 | 0.56 | 0.26 | 340.51 | 0.71 | 0.43 |
| Hex | BD | 20 | 53 | 0 | 53 | 38 | 1A | 155 | 47 | 2B |
| Octal | 275 | 40 | 123 | 0 | 123 | 70 | 32 | 525 | 107 | 53 |
| Binary | 10111101 | 100000 | 1010011 | 0 | 1010011 | 111000 | 11010 | 101010101 | 1000111 | 101011 |
Color Harmonies of #BD2053
Complementary color
Monochromatic Colors of #BD2053
Black with #BD2053
Text Example
Text Example
White with #BD2053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2053; }
p { color: rgb(189,32,83); }
H1.HeaderClassName
{
color: #BD2053;
}
.AnyTagClassName
{
color: #BD2053;
}
</style>
background-color css
<style>
a { background-color: #BD2053; }
a { background-color: rgb(189,32,83); }
div.DivClassName
{
background-color: #BD2053;
}
.BgClassName
{
background-color: #BD2053;
}
</style>
border-color css
<style>
span { border-color: #BD2053; }
span { border-color: rgb(189,32,83); }
td.TdClassName
{
border-color: #BD2053;
}
.TagClassName
{
border-color: #BD2053;
}
</style>