Shades of Old Rose #BD2D53
Tints of Old Rose #BD2D53
RGB
CMYK
RGB Variations
Color information
#BD2D53 (or 0xBD2D53) is known color: Old Rose. HEX triplet: BD, 2D and 53. RGB value is (189,45,83). Sum of RGB (Red+Green+Blue) = 189+45+83=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D53 is #42D2AC. Grayscale: #5C5C5C. Windows color (decimal): -4379309 or 5451197. OLE color: 5451197.
HSL color Cylindrical-coordinate representation of color #BD2D53: hue angle of 344.17º degrees, saturation: 0.62, 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 #BD2D53 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 83 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.26 |
| HSL | 344.17º | 0.62% | 0.46% | - |
| HSV(B) | 344.17º | 0.76% | 0.74% | - |
| XYZ | 23.49 | 13.32 | 9.52 | - |
| YUV | 92.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 83 | 0 | 0.76 | 0.56 | 0.26 | 344.17 | 0.62 | 0.46 |
| Hex | BD | 2D | 53 | 0 | 4C | 38 | 1A | 158 | 3E | 2E |
| Octal | 275 | 55 | 123 | 0 | 114 | 70 | 32 | 530 | 76 | 56 |
| Binary | 10111101 | 101101 | 1010011 | 0 | 1001100 | 111000 | 11010 | 101011000 | 111110 | 101110 |
Color Harmonies of #BD2D53
Complementary color
Monochromatic Colors of #BD2D53
Black with #BD2D53
Text Example
Text Example
White with #BD2D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D53; }
p { color: rgb(189,45,83); }
H1.HeaderClassName
{
color: #BD2D53;
}
.AnyTagClassName
{
color: #BD2D53;
}
</style>
background-color css
<style>
a { background-color: #BD2D53; }
a { background-color: rgb(189,45,83); }
div.DivClassName
{
background-color: #BD2D53;
}
.BgClassName
{
background-color: #BD2D53;
}
</style>
border-color css
<style>
span { border-color: #BD2D53; }
span { border-color: rgb(189,45,83); }
td.TdClassName
{
border-color: #BD2D53;
}
.TagClassName
{
border-color: #BD2D53;
}
</style>