Shades of Old Rose #BD2453
Tints of Old Rose #BD2453
RGB
CMYK
RGB Variations
Color information
#BD2453 (or 0xBD2453) is known color: Old Rose. HEX triplet: BD, 24 and 53. RGB value is (189,36,83). Sum of RGB (Red+Green+Blue) = 189+36+83=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2453 is #42DBAC. Grayscale: #575757. Windows color (decimal): -4381613 or 5448893. OLE color: 5448893.
HSL color Cylindrical-coordinate representation of color #BD2453: hue angle of 341.57º 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 #BD2453 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 83 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.26 |
| HSL | 341.57º | 0.68% | 0.44% | - |
| HSV(B) | 341.57º | 0.81% | 0.74% | - |
| XYZ | 23.18 | 12.71 | 9.41 | - |
| YUV | 87.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 83 | 0 | 0.81 | 0.56 | 0.26 | 341.57 | 0.68 | 0.44 |
| Hex | BD | 24 | 53 | 0 | 51 | 38 | 1A | 156 | 44 | 2C |
| Octal | 275 | 44 | 123 | 0 | 121 | 70 | 32 | 526 | 104 | 54 |
| Binary | 10111101 | 100100 | 1010011 | 0 | 1010001 | 111000 | 11010 | 101010110 | 1000100 | 101100 |
Color Harmonies of #BD2453
Complementary color
Monochromatic Colors of #BD2453
Black with #BD2453
Text Example
Text Example
White with #BD2453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2453; }
p { color: rgb(189,36,83); }
H1.HeaderClassName
{
color: #BD2453;
}
.AnyTagClassName
{
color: #BD2453;
}
</style>
background-color css
<style>
a { background-color: #BD2453; }
a { background-color: rgb(189,36,83); }
div.DivClassName
{
background-color: #BD2453;
}
.BgClassName
{
background-color: #BD2453;
}
</style>
border-color css
<style>
span { border-color: #BD2453; }
span { border-color: rgb(189,36,83); }
td.TdClassName
{
border-color: #BD2453;
}
.TagClassName
{
border-color: #BD2453;
}
</style>