Shades of Old Rose #BD3349
Tints of Old Rose #BD3349
RGB
CMYK
RGB Variations
Color information
#BD3349 (or 0xBD3349) is known color: Old Rose. HEX triplet: BD, 33 and 49. RGB value is (189,51,73). Sum of RGB (Red+Green+Blue) = 189+51+73=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3349 is #42CCB6. Grayscale: #5E5E5E. Windows color (decimal): -4377783 or 4797373. OLE color: 4797373.
HSL color Cylindrical-coordinate representation of color #BD3349: hue angle of 350.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3349 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 73 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.26 |
| HSL | 350.43º | 0.58% | 0.47% | - |
| HSV(B) | 350.43º | 0.73% | 0.74% | - |
| XYZ | 23.37 | 13.67 | 7.71 | - |
| YUV | 94.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 73 | 0 | 0.73 | 0.61 | 0.26 | 350.43 | 0.58 | 0.47 |
| Hex | BD | 33 | 49 | 0 | 49 | 3D | 1A | 15E | 3A | 2F |
| Octal | 275 | 63 | 111 | 0 | 111 | 75 | 32 | 536 | 72 | 57 |
| Binary | 10111101 | 110011 | 1001001 | 0 | 1001001 | 111101 | 11010 | 101011110 | 111010 | 101111 |
Color Harmonies of #BD3349
Complementary color
Monochromatic Colors of #BD3349
Black with #BD3349
Text Example
Text Example
White with #BD3349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3349; }
p { color: rgb(189,51,73); }
H1.HeaderClassName
{
color: #BD3349;
}
.AnyTagClassName
{
color: #BD3349;
}
</style>
background-color css
<style>
a { background-color: #BD3349; }
a { background-color: rgb(189,51,73); }
div.DivClassName
{
background-color: #BD3349;
}
.BgClassName
{
background-color: #BD3349;
}
</style>
border-color css
<style>
span { border-color: #BD3349; }
span { border-color: rgb(189,51,73); }
td.TdClassName
{
border-color: #BD3349;
}
.TagClassName
{
border-color: #BD3349;
}
</style>