Shades of Old Rose #BD3449
Tints of Old Rose #BD3449
RGB
CMYK
RGB Variations
Color information
#BD3449 (or 0xBD3449) is known color: Old Rose. HEX triplet: BD, 34 and 49. RGB value is (189,52,73). Sum of RGB (Red+Green+Blue) = 189+52+73=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3449 is #42CBB6. Grayscale: #5F5F5F. Windows color (decimal): -4377527 or 4797629. OLE color: 4797629.
HSL color Cylindrical-coordinate representation of color #BD3449: hue angle of 350.8º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3449 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 73 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.26 |
| HSL | 350.8º | 0.57% | 0.47% | - |
| HSV(B) | 350.8º | 0.72% | 0.74% | - |
| XYZ | 23.42 | 13.76 | 7.72 | - |
| YUV | 95.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 73 | 0 | 0.72 | 0.61 | 0.26 | 350.8 | 0.57 | 0.47 |
| Hex | BD | 34 | 49 | 0 | 48 | 3D | 1A | 15F | 39 | 2F |
| Octal | 275 | 64 | 111 | 0 | 110 | 75 | 32 | 537 | 71 | 57 |
| Binary | 10111101 | 110100 | 1001001 | 0 | 1001000 | 111101 | 11010 | 101011111 | 111001 | 101111 |
Color Harmonies of #BD3449
Complementary color
Monochromatic Colors of #BD3449
Black with #BD3449
Text Example
Text Example
White with #BD3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3449; }
p { color: rgb(189,52,73); }
H1.HeaderClassName
{
color: #BD3449;
}
.AnyTagClassName
{
color: #BD3449;
}
</style>
background-color css
<style>
a { background-color: #BD3449; }
a { background-color: rgb(189,52,73); }
div.DivClassName
{
background-color: #BD3449;
}
.BgClassName
{
background-color: #BD3449;
}
</style>
border-color css
<style>
span { border-color: #BD3449; }
span { border-color: rgb(189,52,73); }
td.TdClassName
{
border-color: #BD3449;
}
.TagClassName
{
border-color: #BD3449;
}
</style>