Shades of Old Rose #BD3253
Tints of Old Rose #BD3253
RGB
CMYK
RGB Variations
Color information
#BD3253 (or 0xBD3253) is known color: Old Rose. HEX triplet: BD, 32 and 53. RGB value is (189,50,83). Sum of RGB (Red+Green+Blue) = 189+50+83=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3253 is #42CDAC. Grayscale: #5F5F5F. Windows color (decimal): -4378029 or 5452477. OLE color: 5452477.
HSL color Cylindrical-coordinate representation of color #BD3253: hue angle of 345.76º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3253 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 83 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.26 |
| HSL | 345.76º | 0.58% | 0.47% | - |
| HSV(B) | 345.76º | 0.74% | 0.74% | - |
| XYZ | 23.69 | 13.72 | 9.58 | - |
| YUV | 95.32 | 121.05 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 83 | 0 | 0.74 | 0.56 | 0.26 | 345.76 | 0.58 | 0.47 |
| Hex | BD | 32 | 53 | 0 | 4A | 38 | 1A | 15A | 3A | 2F |
| Octal | 275 | 62 | 123 | 0 | 112 | 70 | 32 | 532 | 72 | 57 |
| Binary | 10111101 | 110010 | 1010011 | 0 | 1001010 | 111000 | 11010 | 101011010 | 111010 | 101111 |
Color Harmonies of #BD3253
Complementary color
Monochromatic Colors of #BD3253
Black with #BD3253
Text Example
Text Example
White with #BD3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3253; }
p { color: rgb(189,50,83); }
H1.HeaderClassName
{
color: #BD3253;
}
.AnyTagClassName
{
color: #BD3253;
}
</style>
background-color css
<style>
a { background-color: #BD3253; }
a { background-color: rgb(189,50,83); }
div.DivClassName
{
background-color: #BD3253;
}
.BgClassName
{
background-color: #BD3253;
}
</style>
border-color css
<style>
span { border-color: #BD3253; }
span { border-color: rgb(189,50,83); }
td.TdClassName
{
border-color: #BD3253;
}
.TagClassName
{
border-color: #BD3253;
}
</style>