Shades of Old Rose #BD3149
Tints of Old Rose #BD3149
RGB
CMYK
RGB Variations
Color information
#BD3149 (or 0xBD3149) is known color: Old Rose. HEX triplet: BD, 31 and 49. RGB value is (189,49,73). Sum of RGB (Red+Green+Blue) = 189+49+73=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3149 is #42CEB6. Grayscale: #5D5D5D. Windows color (decimal): -4378295 or 4796861. OLE color: 4796861.
HSL color Cylindrical-coordinate representation of color #BD3149: hue angle of 349.71º degrees, saturation: 0.59, 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 #BD3149 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 73 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.26 |
| HSL | 349.71º | 0.59% | 0.47% | - |
| HSV(B) | 349.71º | 0.74% | 0.74% | - |
| XYZ | 23.29 | 13.5 | 7.68 | - |
| YUV | 93.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 73 | 0 | 0.74 | 0.61 | 0.26 | 349.71 | 0.59 | 0.47 |
| Hex | BD | 31 | 49 | 0 | 4A | 3D | 1A | 15E | 3B | 2F |
| Octal | 275 | 61 | 111 | 0 | 112 | 75 | 32 | 536 | 73 | 57 |
| Binary | 10111101 | 110001 | 1001001 | 0 | 1001010 | 111101 | 11010 | 101011110 | 111011 | 101111 |
Color Harmonies of #BD3149
Complementary color
Monochromatic Colors of #BD3149
Black with #BD3149
Text Example
Text Example
White with #BD3149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3149; }
p { color: rgb(189,49,73); }
H1.HeaderClassName
{
color: #BD3149;
}
.AnyTagClassName
{
color: #BD3149;
}
</style>
background-color css
<style>
a { background-color: #BD3149; }
a { background-color: rgb(189,49,73); }
div.DivClassName
{
background-color: #BD3149;
}
.BgClassName
{
background-color: #BD3149;
}
</style>
border-color css
<style>
span { border-color: #BD3149; }
span { border-color: rgb(189,49,73); }
td.TdClassName
{
border-color: #BD3149;
}
.TagClassName
{
border-color: #BD3149;
}
</style>