Shades of Old Rose #BD2C53
Tints of Old Rose #BD2C53
RGB
CMYK
RGB Variations
Color information
#BD2C53 (or 0xBD2C53) is known color: Old Rose. HEX triplet: BD, 2C and 53. RGB value is (189,44,83). Sum of RGB (Red+Green+Blue) = 189+44+83=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C53 is #42D3AC. Grayscale: #5B5B5B. Windows color (decimal): -4379565 or 5450941. OLE color: 5450941.
HSL color Cylindrical-coordinate representation of color #BD2C53: hue angle of 343.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C53 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 83 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.26 |
| HSL | 343.86º | 0.62% | 0.46% | - |
| HSV(B) | 343.86º | 0.77% | 0.74% | - |
| XYZ | 23.45 | 13.24 | 9.5 | - |
| YUV | 91.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 83 | 0 | 0.77 | 0.56 | 0.26 | 343.86 | 0.62 | 0.46 |
| Hex | BD | 2C | 53 | 0 | 4D | 38 | 1A | 158 | 3E | 2E |
| Octal | 275 | 54 | 123 | 0 | 115 | 70 | 32 | 530 | 76 | 56 |
| Binary | 10111101 | 101100 | 1010011 | 0 | 1001101 | 111000 | 11010 | 101011000 | 111110 | 101110 |
Color Harmonies of #BD2C53
Complementary color
Monochromatic Colors of #BD2C53
Black with #BD2C53
Text Example
Text Example
White with #BD2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C53; }
p { color: rgb(189,44,83); }
H1.HeaderClassName
{
color: #BD2C53;
}
.AnyTagClassName
{
color: #BD2C53;
}
</style>
background-color css
<style>
a { background-color: #BD2C53; }
a { background-color: rgb(189,44,83); }
div.DivClassName
{
background-color: #BD2C53;
}
.BgClassName
{
background-color: #BD2C53;
}
</style>
border-color css
<style>
span { border-color: #BD2C53; }
span { border-color: rgb(189,44,83); }
td.TdClassName
{
border-color: #BD2C53;
}
.TagClassName
{
border-color: #BD2C53;
}
</style>