Shades of Old Rose #BD2452
Tints of Old Rose #BD2452
RGB
CMYK
RGB Variations
Color information
#BD2452 (or 0xBD2452) is known color: Old Rose. HEX triplet: BD, 24 and 52. RGB value is (189,36,82). Sum of RGB (Red+Green+Blue) = 189+36+82=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2452 is #42DBAD. Grayscale: #565656. Windows color (decimal): -4381614 or 5383357. OLE color: 5383357.
HSL color Cylindrical-coordinate representation of color #BD2452: hue angle of 341.96º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2452 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 82 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.26 |
| HSL | 341.96º | 0.68% | 0.44% | - |
| HSV(B) | 341.96º | 0.81% | 0.74% | - |
| XYZ | 23.14 | 12.69 | 9.21 | - |
| YUV | 86.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 82 | 0 | 0.81 | 0.57 | 0.26 | 341.96 | 0.68 | 0.44 |
| Hex | BD | 24 | 52 | 0 | 51 | 39 | 1A | 156 | 44 | 2C |
| Octal | 275 | 44 | 122 | 0 | 121 | 71 | 32 | 526 | 104 | 54 |
| Binary | 10111101 | 100100 | 1010010 | 0 | 1010001 | 111001 | 11010 | 101010110 | 1000100 | 101100 |
Color Harmonies of #BD2452
Complementary color
Monochromatic Colors of #BD2452
Black with #BD2452
Text Example
Text Example
White with #BD2452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2452; }
p { color: rgb(189,36,82); }
H1.HeaderClassName
{
color: #BD2452;
}
.AnyTagClassName
{
color: #BD2452;
}
</style>
background-color css
<style>
a { background-color: #BD2452; }
a { background-color: rgb(189,36,82); }
div.DivClassName
{
background-color: #BD2452;
}
.BgClassName
{
background-color: #BD2452;
}
</style>
border-color css
<style>
span { border-color: #BD2452; }
span { border-color: rgb(189,36,82); }
td.TdClassName
{
border-color: #BD2452;
}
.TagClassName
{
border-color: #BD2452;
}
</style>