Shades of Old Rose #BD2960
Tints of Old Rose #BD2960
RGB
CMYK
RGB Variations
Color information
#BD2960 (or 0xBD2960) is known color: Old Rose. HEX triplet: BD, 29 and 60. RGB value is (189,41,96). Sum of RGB (Red+Green+Blue) = 189+41+96=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2960 is #42D69F. Grayscale: #5B5B5B. Windows color (decimal): -4380320 or 6302141. OLE color: 6302141.
HSL color Cylindrical-coordinate representation of color #BD2960: hue angle of 337.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2960 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 96 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.26 |
| HSL | 337.7º | 0.64% | 0.45% | - |
| HSV(B) | 337.7º | 0.78% | 0.74% | - |
| XYZ | 23.89 | 13.25 | 12.36 | - |
| YUV | 91.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 96 | 0 | 0.78 | 0.49 | 0.26 | 337.7 | 0.64 | 0.45 |
| Hex | BD | 29 | 60 | 0 | 4E | 31 | 1A | 152 | 40 | 2D |
| Octal | 275 | 51 | 140 | 0 | 116 | 61 | 32 | 522 | 100 | 55 |
| Binary | 10111101 | 101001 | 1100000 | 0 | 1001110 | 110001 | 11010 | 101010010 | 1000000 | 101101 |
Color Harmonies of #BD2960
Complementary color
Monochromatic Colors of #BD2960
Black with #BD2960
Text Example
Text Example
White with #BD2960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2960; }
p { color: rgb(189,41,96); }
H1.HeaderClassName
{
color: #BD2960;
}
.AnyTagClassName
{
color: #BD2960;
}
</style>
background-color css
<style>
a { background-color: #BD2960; }
a { background-color: rgb(189,41,96); }
div.DivClassName
{
background-color: #BD2960;
}
.BgClassName
{
background-color: #BD2960;
}
</style>
border-color css
<style>
span { border-color: #BD2960; }
span { border-color: rgb(189,41,96); }
td.TdClassName
{
border-color: #BD2960;
}
.TagClassName
{
border-color: #BD2960;
}
</style>