Shades of Old Rose #BD3458
Tints of Old Rose #BD3458
RGB
CMYK
RGB Variations
Color information
#BD3458 (or 0xBD3458) is known color: Old Rose. HEX triplet: BD, 34 and 58. RGB value is (189,52,88). Sum of RGB (Red+Green+Blue) = 189+52+88=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3458 is #42CBA7. Grayscale: #616161. Windows color (decimal): -4377512 or 5780669. OLE color: 5780669.
HSL color Cylindrical-coordinate representation of color #BD3458: hue angle of 344.23º degrees, saturation: 0.57, 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 #BD3458 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 88 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.26 |
| HSL | 344.23º | 0.57% | 0.47% | - |
| HSV(B) | 344.23º | 0.72% | 0.74% | - |
| XYZ | 23.98 | 13.98 | 10.67 | - |
| YUV | 97.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 88 | 0 | 0.72 | 0.53 | 0.26 | 344.23 | 0.57 | 0.47 |
| Hex | BD | 34 | 58 | 0 | 48 | 35 | 1A | 158 | 39 | 2F |
| Octal | 275 | 64 | 130 | 0 | 110 | 65 | 32 | 530 | 71 | 57 |
| Binary | 10111101 | 110100 | 1011000 | 0 | 1001000 | 110101 | 11010 | 101011000 | 111001 | 101111 |
Color Harmonies of #BD3458
Complementary color
Monochromatic Colors of #BD3458
Black with #BD3458
Text Example
Text Example
White with #BD3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3458; }
p { color: rgb(189,52,88); }
H1.HeaderClassName
{
color: #BD3458;
}
.AnyTagClassName
{
color: #BD3458;
}
</style>
background-color css
<style>
a { background-color: #BD3458; }
a { background-color: rgb(189,52,88); }
div.DivClassName
{
background-color: #BD3458;
}
.BgClassName
{
background-color: #BD3458;
}
</style>
border-color css
<style>
span { border-color: #BD3458; }
span { border-color: rgb(189,52,88); }
td.TdClassName
{
border-color: #BD3458;
}
.TagClassName
{
border-color: #BD3458;
}
</style>