Shades of Old Rose #BD2454
Tints of Old Rose #BD2454
RGB
CMYK
RGB Variations
Color information
#BD2454 (or 0xBD2454) is known color: Old Rose. HEX triplet: BD, 24 and 54. RGB value is (189,36,84). Sum of RGB (Red+Green+Blue) = 189+36+84=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2454 is #42DBAB. Grayscale: #575757. Windows color (decimal): -4381612 or 5514429. OLE color: 5514429.
HSL color Cylindrical-coordinate representation of color #BD2454: hue angle of 341.18º 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 #BD2454 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 84 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.26 |
| HSL | 341.18º | 0.68% | 0.44% | - |
| HSV(B) | 341.18º | 0.81% | 0.74% | - |
| XYZ | 23.22 | 12.72 | 9.62 | - |
| YUV | 87.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 84 | 0 | 0.81 | 0.56 | 0.26 | 341.18 | 0.68 | 0.44 |
| Hex | BD | 24 | 54 | 0 | 51 | 38 | 1A | 155 | 44 | 2C |
| Octal | 275 | 44 | 124 | 0 | 121 | 70 | 32 | 525 | 104 | 54 |
| Binary | 10111101 | 100100 | 1010100 | 0 | 1010001 | 111000 | 11010 | 101010101 | 1000100 | 101100 |
Color Harmonies of #BD2454
Complementary color
Monochromatic Colors of #BD2454
Black with #BD2454
Text Example
Text Example
White with #BD2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2454; }
p { color: rgb(189,36,84); }
H1.HeaderClassName
{
color: #BD2454;
}
.AnyTagClassName
{
color: #BD2454;
}
</style>
background-color css
<style>
a { background-color: #BD2454; }
a { background-color: rgb(189,36,84); }
div.DivClassName
{
background-color: #BD2454;
}
.BgClassName
{
background-color: #BD2454;
}
</style>
border-color css
<style>
span { border-color: #BD2454; }
span { border-color: rgb(189,36,84); }
td.TdClassName
{
border-color: #BD2454;
}
.TagClassName
{
border-color: #BD2454;
}
</style>