Shades of Old Rose #BD3C51
Tints of Old Rose #BD3C51
RGB
CMYK
RGB Variations
Color information
#BD3C51 (or 0xBD3C51) is known color: Old Rose. HEX triplet: BD, 3C and 51. RGB value is (189,60,81). Sum of RGB (Red+Green+Blue) = 189+60+81=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C51 is #42C3AE. Grayscale: #656565. Windows color (decimal): -4375471 or 5323965. OLE color: 5323965.
HSL color Cylindrical-coordinate representation of color #BD3C51: hue angle of 350.23º 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 #BD3C51 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 81 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.26 |
| HSL | 350.23º | 0.52% | 0.49% | - |
| HSV(B) | 350.23º | 0.68% | 0.74% | - |
| XYZ | 24.09 | 14.64 | 9.34 | - |
| YUV | 100.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 81 | 0 | 0.68 | 0.57 | 0.26 | 350.23 | 0.52 | 0.49 |
| Hex | BD | 3C | 51 | 0 | 44 | 39 | 1A | 15E | 34 | 31 |
| Octal | 275 | 74 | 121 | 0 | 104 | 71 | 32 | 536 | 64 | 61 |
| Binary | 10111101 | 111100 | 1010001 | 0 | 1000100 | 111001 | 11010 | 101011110 | 110100 | 110001 |
Color Harmonies of #BD3C51
Complementary color
Monochromatic Colors of #BD3C51
Black with #BD3C51
Text Example
Text Example
White with #BD3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C51; }
p { color: rgb(189,60,81); }
H1.HeaderClassName
{
color: #BD3C51;
}
.AnyTagClassName
{
color: #BD3C51;
}
</style>
background-color css
<style>
a { background-color: #BD3C51; }
a { background-color: rgb(189,60,81); }
div.DivClassName
{
background-color: #BD3C51;
}
.BgClassName
{
background-color: #BD3C51;
}
</style>
border-color css
<style>
span { border-color: #BD3C51; }
span { border-color: rgb(189,60,81); }
td.TdClassName
{
border-color: #BD3C51;
}
.TagClassName
{
border-color: #BD3C51;
}
</style>