Shades of Old Rose #BD3250
Tints of Old Rose #BD3250
RGB
CMYK
RGB Variations
Color information
#BD3250 (or 0xBD3250) is known color: Old Rose. HEX triplet: BD, 32 and 50. RGB value is (189,50,80). Sum of RGB (Red+Green+Blue) = 189+50+80=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3250 is #42CDAF. Grayscale: #5E5E5E. Windows color (decimal): -4378032 or 5255869. OLE color: 5255869.
HSL color Cylindrical-coordinate representation of color #BD3250: hue angle of 347.05º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3250 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 80 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.26 |
| HSL | 347.05º | 0.58% | 0.47% | - |
| HSV(B) | 347.05º | 0.74% | 0.74% | - |
| XYZ | 23.57 | 13.68 | 8.99 | - |
| YUV | 94.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 80 | 0 | 0.74 | 0.58 | 0.26 | 347.05 | 0.58 | 0.47 |
| Hex | BD | 32 | 50 | 0 | 4A | 3A | 1A | 15B | 3A | 2F |
| Octal | 275 | 62 | 120 | 0 | 112 | 72 | 32 | 533 | 72 | 57 |
| Binary | 10111101 | 110010 | 1010000 | 0 | 1001010 | 111010 | 11010 | 101011011 | 111010 | 101111 |
Color Harmonies of #BD3250
Complementary color
Monochromatic Colors of #BD3250
Black with #BD3250
Text Example
Text Example
White with #BD3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3250; }
p { color: rgb(189,50,80); }
H1.HeaderClassName
{
color: #BD3250;
}
.AnyTagClassName
{
color: #BD3250;
}
</style>
background-color css
<style>
a { background-color: #BD3250; }
a { background-color: rgb(189,50,80); }
div.DivClassName
{
background-color: #BD3250;
}
.BgClassName
{
background-color: #BD3250;
}
</style>
border-color css
<style>
span { border-color: #BD3250; }
span { border-color: rgb(189,50,80); }
td.TdClassName
{
border-color: #BD3250;
}
.TagClassName
{
border-color: #BD3250;
}
</style>