Shades of Old Rose #BD245E
Tints of Old Rose #BD245E
RGB
CMYK
RGB Variations
Color information
#BD245E (or 0xBD245E) is known color: Old Rose. HEX triplet: BD, 24 and 5E. RGB value is (189,36,94). Sum of RGB (Red+Green+Blue) = 189+36+94=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD245E is #42DBA1. Grayscale: #585858. Windows color (decimal): -4381602 or 6169789. OLE color: 6169789.
HSL color Cylindrical-coordinate representation of color #BD245E: hue angle of 337.25º 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 #BD245E is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 94 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.26 |
| HSL | 337.25º | 0.68% | 0.44% | - |
| HSV(B) | 337.25º | 0.81% | 0.74% | - |
| XYZ | 23.64 | 12.89 | 11.83 | - |
| YUV | 88.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 94 | 0 | 0.81 | 0.50 | 0.26 | 337.25 | 0.68 | 0.44 |
| Hex | BD | 24 | 5E | 0 | 51 | 32 | 1A | 151 | 44 | 2C |
| Octal | 275 | 44 | 136 | 0 | 121 | 62 | 32 | 521 | 104 | 54 |
| Binary | 10111101 | 100100 | 1011110 | 0 | 1010001 | 110010 | 11010 | 101010001 | 1000100 | 101100 |
Color Harmonies of #BD245E
Complementary color
Monochromatic Colors of #BD245E
Black with #BD245E
Text Example
Text Example
White with #BD245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD245E; }
p { color: rgb(189,36,94); }
H1.HeaderClassName
{
color: #BD245E;
}
.AnyTagClassName
{
color: #BD245E;
}
</style>
background-color css
<style>
a { background-color: #BD245E; }
a { background-color: rgb(189,36,94); }
div.DivClassName
{
background-color: #BD245E;
}
.BgClassName
{
background-color: #BD245E;
}
</style>
border-color css
<style>
span { border-color: #BD245E; }
span { border-color: rgb(189,36,94); }
td.TdClassName
{
border-color: #BD245E;
}
.TagClassName
{
border-color: #BD245E;
}
</style>