Shades of Old Rose #BD2547
Tints of Old Rose #BD2547
RGB
CMYK
RGB Variations
Color information
#BD2547 (or 0xBD2547) is known color: Old Rose. HEX triplet: BD, 25 and 47. RGB value is (189,37,71). Sum of RGB (Red+Green+Blue) = 189+37+71=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2547 is #42DAB8. Grayscale: #565656. Windows color (decimal): -4381369 or 4662717. OLE color: 4662717.
HSL color Cylindrical-coordinate representation of color #BD2547: hue angle of 346.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2547 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 71 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.26 |
| HSL | 346.58º | 0.67% | 0.44% | - |
| HSV(B) | 346.58º | 0.8% | 0.74% | - |
| XYZ | 22.79 | 12.6 | 7.19 | - |
| YUV | 86.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 71 | 0 | 0.80 | 0.62 | 0.26 | 346.58 | 0.67 | 0.44 |
| Hex | BD | 25 | 47 | 0 | 50 | 3E | 1A | 15B | 43 | 2C |
| Octal | 275 | 45 | 107 | 0 | 120 | 76 | 32 | 533 | 103 | 54 |
| Binary | 10111101 | 100101 | 1000111 | 0 | 1010000 | 111110 | 11010 | 101011011 | 1000011 | 101100 |
Color Harmonies of #BD2547
Complementary color
Monochromatic Colors of #BD2547
Black with #BD2547
Text Example
Text Example
White with #BD2547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2547; }
p { color: rgb(189,37,71); }
H1.HeaderClassName
{
color: #BD2547;
}
.AnyTagClassName
{
color: #BD2547;
}
</style>
background-color css
<style>
a { background-color: #BD2547; }
a { background-color: rgb(189,37,71); }
div.DivClassName
{
background-color: #BD2547;
}
.BgClassName
{
background-color: #BD2547;
}
</style>
border-color css
<style>
span { border-color: #BD2547; }
span { border-color: rgb(189,37,71); }
td.TdClassName
{
border-color: #BD2547;
}
.TagClassName
{
border-color: #BD2547;
}
</style>