Shades of Old Rose #BD3C52
Tints of Old Rose #BD3C52
RGB
CMYK
RGB Variations
Color information
#BD3C52 (or 0xBD3C52) is known color: Old Rose. HEX triplet: BD, 3C and 52. RGB value is (189,60,82). Sum of RGB (Red+Green+Blue) = 189+60+82=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C52 is #42C3AD. Grayscale: #656565. Windows color (decimal): -4375470 or 5389501. OLE color: 5389501.
HSL color Cylindrical-coordinate representation of color #BD3C52: hue angle of 349.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C52 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 82 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.26 |
| HSL | 349.77º | 0.52% | 0.49% | - |
| HSV(B) | 349.77º | 0.68% | 0.74% | - |
| XYZ | 24.13 | 14.66 | 9.54 | - |
| YUV | 101.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 82 | 0 | 0.68 | 0.57 | 0.26 | 349.77 | 0.52 | 0.49 |
| Hex | BD | 3C | 52 | 0 | 44 | 39 | 1A | 15E | 34 | 31 |
| Octal | 275 | 74 | 122 | 0 | 104 | 71 | 32 | 536 | 64 | 61 |
| Binary | 10111101 | 111100 | 1010010 | 0 | 1000100 | 111001 | 11010 | 101011110 | 110100 | 110001 |
Color Harmonies of #BD3C52
Complementary color
Monochromatic Colors of #BD3C52
Black with #BD3C52
Text Example
Text Example
White with #BD3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C52; }
p { color: rgb(189,60,82); }
H1.HeaderClassName
{
color: #BD3C52;
}
.AnyTagClassName
{
color: #BD3C52;
}
</style>
background-color css
<style>
a { background-color: #BD3C52; }
a { background-color: rgb(189,60,82); }
div.DivClassName
{
background-color: #BD3C52;
}
.BgClassName
{
background-color: #BD3C52;
}
</style>
border-color css
<style>
span { border-color: #BD3C52; }
span { border-color: rgb(189,60,82); }
td.TdClassName
{
border-color: #BD3C52;
}
.TagClassName
{
border-color: #BD3C52;
}
</style>