Shades of Old Rose #BD3246
Tints of Old Rose #BD3246
RGB
CMYK
RGB Variations
Color information
#BD3246 (or 0xBD3246) is known color: Old Rose. HEX triplet: BD, 32 and 46. RGB value is (189,50,70). Sum of RGB (Red+Green+Blue) = 189+50+70=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3246 is #42CDB9. Grayscale: #5D5D5D. Windows color (decimal): -4378042 or 4600509. OLE color: 4600509.
HSL color Cylindrical-coordinate representation of color #BD3246: hue angle of 351.37º degrees, saturation: 0.58, 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 #BD3246 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 70 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.26 |
| HSL | 351.37º | 0.58% | 0.47% | - |
| HSV(B) | 351.37º | 0.74% | 0.74% | - |
| XYZ | 23.23 | 13.54 | 7.18 | - |
| YUV | 93.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 70 | 0 | 0.74 | 0.63 | 0.26 | 351.37 | 0.58 | 0.47 |
| Hex | BD | 32 | 46 | 0 | 4A | 3F | 1A | 15F | 3A | 2F |
| Octal | 275 | 62 | 106 | 0 | 112 | 77 | 32 | 537 | 72 | 57 |
| Binary | 10111101 | 110010 | 1000110 | 0 | 1001010 | 111111 | 11010 | 101011111 | 111010 | 101111 |
Color Harmonies of #BD3246
Complementary color
Monochromatic Colors of #BD3246
Black with #BD3246
Text Example
Text Example
White with #BD3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3246; }
p { color: rgb(189,50,70); }
H1.HeaderClassName
{
color: #BD3246;
}
.AnyTagClassName
{
color: #BD3246;
}
</style>
background-color css
<style>
a { background-color: #BD3246; }
a { background-color: rgb(189,50,70); }
div.DivClassName
{
background-color: #BD3246;
}
.BgClassName
{
background-color: #BD3246;
}
</style>
border-color css
<style>
span { border-color: #BD3246; }
span { border-color: rgb(189,50,70); }
td.TdClassName
{
border-color: #BD3246;
}
.TagClassName
{
border-color: #BD3246;
}
</style>