Shades of Old Rose #BD3553
Tints of Old Rose #BD3553
RGB
CMYK
RGB Variations
Color information
#BD3553 (or 0xBD3553) is known color: Old Rose. HEX triplet: BD, 35 and 53. RGB value is (189,53,83). Sum of RGB (Red+Green+Blue) = 189+53+83=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3553 is #42CAAC. Grayscale: #616161. Windows color (decimal): -4377261 or 5453245. OLE color: 5453245.
HSL color Cylindrical-coordinate representation of color #BD3553: hue angle of 346.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3553 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 83 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.26 |
| HSL | 346.76º | 0.56% | 0.47% | - |
| HSV(B) | 346.76º | 0.72% | 0.74% | - |
| XYZ | 23.82 | 13.99 | 9.63 | - |
| YUV | 97.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 83 | 0 | 0.72 | 0.56 | 0.26 | 346.76 | 0.56 | 0.47 |
| Hex | BD | 35 | 53 | 0 | 48 | 38 | 1A | 15B | 38 | 2F |
| Octal | 275 | 65 | 123 | 0 | 110 | 70 | 32 | 533 | 70 | 57 |
| Binary | 10111101 | 110101 | 1010011 | 0 | 1001000 | 111000 | 11010 | 101011011 | 111000 | 101111 |
Color Harmonies of #BD3553
Complementary color
Monochromatic Colors of #BD3553
Black with #BD3553
Text Example
Text Example
White with #BD3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3553; }
p { color: rgb(189,53,83); }
H1.HeaderClassName
{
color: #BD3553;
}
.AnyTagClassName
{
color: #BD3553;
}
</style>
background-color css
<style>
a { background-color: #BD3553; }
a { background-color: rgb(189,53,83); }
div.DivClassName
{
background-color: #BD3553;
}
.BgClassName
{
background-color: #BD3553;
}
</style>
border-color css
<style>
span { border-color: #BD3553; }
span { border-color: rgb(189,53,83); }
td.TdClassName
{
border-color: #BD3553;
}
.TagClassName
{
border-color: #BD3553;
}
</style>