Shades of Old Rose #BD3653
Tints of Old Rose #BD3653
RGB
CMYK
RGB Variations
Color information
#BD3653 (or 0xBD3653) is known color: Old Rose. HEX triplet: BD, 36 and 53. RGB value is (189,54,83). Sum of RGB (Red+Green+Blue) = 189+54+83=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3653 is #42C9AC. Grayscale: #616161. Windows color (decimal): -4377005 or 5453501. OLE color: 5453501.
HSL color Cylindrical-coordinate representation of color #BD3653: hue angle of 347.11º degrees, saturation: 0.56, 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 #BD3653 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 83 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.26 |
| HSL | 347.11º | 0.56% | 0.48% | - |
| HSV(B) | 347.11º | 0.71% | 0.74% | - |
| XYZ | 23.87 | 14.08 | 9.64 | - |
| YUV | 97.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 83 | 0 | 0.71 | 0.56 | 0.26 | 347.11 | 0.56 | 0.48 |
| Hex | BD | 36 | 53 | 0 | 47 | 38 | 1A | 15B | 38 | 30 |
| Octal | 275 | 66 | 123 | 0 | 107 | 70 | 32 | 533 | 70 | 60 |
| Binary | 10111101 | 110110 | 1010011 | 0 | 1000111 | 111000 | 11010 | 101011011 | 111000 | 110000 |
Color Harmonies of #BD3653
Complementary color
Monochromatic Colors of #BD3653
Black with #BD3653
Text Example
Text Example
White with #BD3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3653; }
p { color: rgb(189,54,83); }
H1.HeaderClassName
{
color: #BD3653;
}
.AnyTagClassName
{
color: #BD3653;
}
</style>
background-color css
<style>
a { background-color: #BD3653; }
a { background-color: rgb(189,54,83); }
div.DivClassName
{
background-color: #BD3653;
}
.BgClassName
{
background-color: #BD3653;
}
</style>
border-color css
<style>
span { border-color: #BD3653; }
span { border-color: rgb(189,54,83); }
td.TdClassName
{
border-color: #BD3653;
}
.TagClassName
{
border-color: #BD3653;
}
</style>