Shades of Old Rose #BD2850
Tints of Old Rose #BD2850
RGB
CMYK
RGB Variations
Color information
#BD2850 (or 0xBD2850) is known color: Old Rose. HEX triplet: BD, 28 and 50. RGB value is (189,40,80). Sum of RGB (Red+Green+Blue) = 189+40+80=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2850 is #42D7AF. Grayscale: #595959. Windows color (decimal): -4380592 or 5253309. OLE color: 5253309.
HSL color Cylindrical-coordinate representation of color #BD2850: hue angle of 343.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2850 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 80 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.26 |
| HSL | 343.89º | 0.65% | 0.45% | - |
| HSV(B) | 343.89º | 0.79% | 0.74% | - |
| XYZ | 23.19 | 12.92 | 8.86 | - |
| YUV | 89.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 80 | 0 | 0.79 | 0.58 | 0.26 | 343.89 | 0.65 | 0.45 |
| Hex | BD | 28 | 50 | 0 | 4F | 3A | 1A | 158 | 41 | 2D |
| Octal | 275 | 50 | 120 | 0 | 117 | 72 | 32 | 530 | 101 | 55 |
| Binary | 10111101 | 101000 | 1010000 | 0 | 1001111 | 111010 | 11010 | 101011000 | 1000001 | 101101 |
Color Harmonies of #BD2850
Complementary color
Monochromatic Colors of #BD2850
Black with #BD2850
Text Example
Text Example
White with #BD2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2850; }
p { color: rgb(189,40,80); }
H1.HeaderClassName
{
color: #BD2850;
}
.AnyTagClassName
{
color: #BD2850;
}
</style>
background-color css
<style>
a { background-color: #BD2850; }
a { background-color: rgb(189,40,80); }
div.DivClassName
{
background-color: #BD2850;
}
.BgClassName
{
background-color: #BD2850;
}
</style>
border-color css
<style>
span { border-color: #BD2850; }
span { border-color: rgb(189,40,80); }
td.TdClassName
{
border-color: #BD2850;
}
.TagClassName
{
border-color: #BD2850;
}
</style>