Shades of Old Rose #BD3752
Tints of Old Rose #BD3752
RGB
CMYK
RGB Variations
Color information
#BD3752 (or 0xBD3752) is known color: Old Rose. HEX triplet: BD, 37 and 52. RGB value is (189,55,82). Sum of RGB (Red+Green+Blue) = 189+55+82=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3752 is #42C8AD. Grayscale: #626262. Windows color (decimal): -4376750 or 5388221. OLE color: 5388221.
HSL color Cylindrical-coordinate representation of color #BD3752: hue angle of 347.91º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3752 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 82 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.26 |
| HSL | 347.91º | 0.55% | 0.48% | - |
| HSV(B) | 347.91º | 0.71% | 0.74% | - |
| XYZ | 23.88 | 14.16 | 9.46 | - |
| YUV | 98.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 82 | 0 | 0.71 | 0.57 | 0.26 | 347.91 | 0.55 | 0.48 |
| Hex | BD | 37 | 52 | 0 | 47 | 39 | 1A | 15C | 37 | 30 |
| Octal | 275 | 67 | 122 | 0 | 107 | 71 | 32 | 534 | 67 | 60 |
| Binary | 10111101 | 110111 | 1010010 | 0 | 1000111 | 111001 | 11010 | 101011100 | 110111 | 110000 |
Color Harmonies of #BD3752
Complementary color
Monochromatic Colors of #BD3752
Black with #BD3752
Text Example
Text Example
White with #BD3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3752; }
p { color: rgb(189,55,82); }
H1.HeaderClassName
{
color: #BD3752;
}
.AnyTagClassName
{
color: #BD3752;
}
</style>
background-color css
<style>
a { background-color: #BD3752; }
a { background-color: rgb(189,55,82); }
div.DivClassName
{
background-color: #BD3752;
}
.BgClassName
{
background-color: #BD3752;
}
</style>
border-color css
<style>
span { border-color: #BD3752; }
span { border-color: rgb(189,55,82); }
td.TdClassName
{
border-color: #BD3752;
}
.TagClassName
{
border-color: #BD3752;
}
</style>