Shades of Old Rose #BD2C58
Tints of Old Rose #BD2C58
RGB
CMYK
RGB Variations
Color information
#BD2C58 (or 0xBD2C58) is known color: Old Rose. HEX triplet: BD, 2C and 58. RGB value is (189,44,88). Sum of RGB (Red+Green+Blue) = 189+44+88=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C58 is #42D3A7. Grayscale: #5C5C5C. Windows color (decimal): -4379560 or 5778621. OLE color: 5778621.
HSL color Cylindrical-coordinate representation of color #BD2C58: hue angle of 341.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C58 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 88 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.26 |
| HSL | 341.79º | 0.62% | 0.46% | - |
| HSV(B) | 341.79º | 0.77% | 0.74% | - |
| XYZ | 23.65 | 13.32 | 10.56 | - |
| YUV | 92.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 88 | 0 | 0.77 | 0.53 | 0.26 | 341.79 | 0.62 | 0.46 |
| Hex | BD | 2C | 58 | 0 | 4D | 35 | 1A | 156 | 3E | 2E |
| Octal | 275 | 54 | 130 | 0 | 115 | 65 | 32 | 526 | 76 | 56 |
| Binary | 10111101 | 101100 | 1011000 | 0 | 1001101 | 110101 | 11010 | 101010110 | 111110 | 101110 |
Color Harmonies of #BD2C58
Complementary color
Monochromatic Colors of #BD2C58
Black with #BD2C58
Text Example
Text Example
White with #BD2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C58; }
p { color: rgb(189,44,88); }
H1.HeaderClassName
{
color: #BD2C58;
}
.AnyTagClassName
{
color: #BD2C58;
}
</style>
background-color css
<style>
a { background-color: #BD2C58; }
a { background-color: rgb(189,44,88); }
div.DivClassName
{
background-color: #BD2C58;
}
.BgClassName
{
background-color: #BD2C58;
}
</style>
border-color css
<style>
span { border-color: #BD2C58; }
span { border-color: rgb(189,44,88); }
td.TdClassName
{
border-color: #BD2C58;
}
.TagClassName
{
border-color: #BD2C58;
}
</style>