Shades of Old Rose #BD2049
Tints of Old Rose #BD2049
RGB
CMYK
RGB Variations
Color information
#BD2049 (or 0xBD2049) is known color: Old Rose. HEX triplet: BD, 20 and 49. RGB value is (189,32,73). Sum of RGB (Red+Green+Blue) = 189+32+73=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2049 is #42DFB6. Grayscale: #535353. Windows color (decimal): -4382647 or 4792509. OLE color: 4792509.
HSL color Cylindrical-coordinate representation of color #BD2049: hue angle of 344.33º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2049 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 73 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.26 |
| HSL | 344.33º | 0.71% | 0.43% | - |
| HSV(B) | 344.33º | 0.83% | 0.74% | - |
| XYZ | 22.71 | 12.33 | 7.49 | - |
| YUV | 83.62 | 122.01 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 73 | 0 | 0.83 | 0.61 | 0.26 | 344.33 | 0.71 | 0.43 |
| Hex | BD | 20 | 49 | 0 | 53 | 3D | 1A | 158 | 47 | 2B |
| Octal | 275 | 40 | 111 | 0 | 123 | 75 | 32 | 530 | 107 | 53 |
| Binary | 10111101 | 100000 | 1001001 | 0 | 1010011 | 111101 | 11010 | 101011000 | 1000111 | 101011 |
Color Harmonies of #BD2049
Complementary color
Monochromatic Colors of #BD2049
Black with #BD2049
Text Example
Text Example
White with #BD2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2049; }
p { color: rgb(189,32,73); }
H1.HeaderClassName
{
color: #BD2049;
}
.AnyTagClassName
{
color: #BD2049;
}
</style>
background-color css
<style>
a { background-color: #BD2049; }
a { background-color: rgb(189,32,73); }
div.DivClassName
{
background-color: #BD2049;
}
.BgClassName
{
background-color: #BD2049;
}
</style>
border-color css
<style>
span { border-color: #BD2049; }
span { border-color: rgb(189,32,73); }
td.TdClassName
{
border-color: #BD2049;
}
.TagClassName
{
border-color: #BD2049;
}
</style>