Shades of Old Rose #BD3248
Tints of Old Rose #BD3248
RGB
CMYK
RGB Variations
Color information
#BD3248 (or 0xBD3248) is known color: Old Rose. HEX triplet: BD, 32 and 48. RGB value is (189,50,72). Sum of RGB (Red+Green+Blue) = 189+50+72=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3248 is #42CDB7. Grayscale: #5E5E5E. Windows color (decimal): -4378040 or 4731581. OLE color: 4731581.
HSL color Cylindrical-coordinate representation of color #BD3248: hue angle of 350.5º 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 #BD3248 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 72 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.26 |
| HSL | 350.5º | 0.58% | 0.47% | - |
| HSV(B) | 350.5º | 0.74% | 0.74% | - |
| XYZ | 23.3 | 13.57 | 7.52 | - |
| YUV | 94.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 72 | 0 | 0.74 | 0.62 | 0.26 | 350.5 | 0.58 | 0.47 |
| Hex | BD | 32 | 48 | 0 | 4A | 3E | 1A | 15F | 3A | 2F |
| Octal | 275 | 62 | 110 | 0 | 112 | 76 | 32 | 537 | 72 | 57 |
| Binary | 10111101 | 110010 | 1001000 | 0 | 1001010 | 111110 | 11010 | 101011111 | 111010 | 101111 |
Color Harmonies of #BD3248
Complementary color
Monochromatic Colors of #BD3248
Black with #BD3248
Text Example
Text Example
White with #BD3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3248; }
p { color: rgb(189,50,72); }
H1.HeaderClassName
{
color: #BD3248;
}
.AnyTagClassName
{
color: #BD3248;
}
</style>
background-color css
<style>
a { background-color: #BD3248; }
a { background-color: rgb(189,50,72); }
div.DivClassName
{
background-color: #BD3248;
}
.BgClassName
{
background-color: #BD3248;
}
</style>
border-color css
<style>
span { border-color: #BD3248; }
span { border-color: rgb(189,50,72); }
td.TdClassName
{
border-color: #BD3248;
}
.TagClassName
{
border-color: #BD3248;
}
</style>