Shades of Old Rose #B93753
Tints of Old Rose #B93753
RGB
CMYK
RGB Variations
Color information
#B93753 (or 0xB93753) is known color: Old Rose. HEX triplet: B9, 37 and 53. RGB value is (185,55,83). Sum of RGB (Red+Green+Blue) = 185+55+83=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93753 is #46C8AC. Grayscale: #616161. Windows color (decimal): -4638893 or 5453753. OLE color: 5453753.
HSL color Cylindrical-coordinate representation of color #B93753: hue angle of 347.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93753 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 83 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.27 |
| HSL | 347.08º | 0.54% | 0.47% | - |
| HSV(B) | 347.08º | 0.7% | 0.73% | - |
| XYZ | 22.94 | 13.67 | 9.61 | - |
| YUV | 97.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 83 | 0 | 0.70 | 0.55 | 0.27 | 347.08 | 0.54 | 0.47 |
| Hex | B9 | 37 | 53 | 0 | 46 | 37 | 1B | 15B | 36 | 2F |
| Octal | 271 | 67 | 123 | 0 | 106 | 67 | 33 | 533 | 66 | 57 |
| Binary | 10111001 | 110111 | 1010011 | 0 | 1000110 | 110111 | 11011 | 101011011 | 110110 | 101111 |
Color Harmonies of #B93753
Complementary color
Monochromatic Colors of #B93753
Black with #B93753
Text Example
Text Example
White with #B93753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93753; }
p { color: rgb(185,55,83); }
H1.HeaderClassName
{
color: #B93753;
}
.AnyTagClassName
{
color: #B93753;
}
</style>
background-color css
<style>
a { background-color: #B93753; }
a { background-color: rgb(185,55,83); }
div.DivClassName
{
background-color: #B93753;
}
.BgClassName
{
background-color: #B93753;
}
</style>
border-color css
<style>
span { border-color: #B93753; }
span { border-color: rgb(185,55,83); }
td.TdClassName
{
border-color: #B93753;
}
.TagClassName
{
border-color: #B93753;
}
</style>