Shades of Old Rose #B93551
Tints of Old Rose #B93551
RGB
CMYK
RGB Variations
Color information
#B93551 (or 0xB93551) is known color: Old Rose. HEX triplet: B9, 35 and 51. RGB value is (185,53,81). Sum of RGB (Red+Green+Blue) = 185+53+81=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B93551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93551 is #46CAAE. Grayscale: #5F5F5F. Windows color (decimal): -4639407 or 5322169. OLE color: 5322169.
HSL color Cylindrical-coordinate representation of color #B93551: hue angle of 347.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93551 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 81 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.27 |
| HSL | 347.27º | 0.55% | 0.47% | - |
| HSV(B) | 347.27º | 0.71% | 0.73% | - |
| XYZ | 22.77 | 13.45 | 9.18 | - |
| YUV | 95.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 81 | 0 | 0.71 | 0.56 | 0.27 | 347.27 | 0.55 | 0.47 |
| Hex | B9 | 35 | 51 | 0 | 47 | 38 | 1B | 15B | 37 | 2F |
| Octal | 271 | 65 | 121 | 0 | 107 | 70 | 33 | 533 | 67 | 57 |
| Binary | 10111001 | 110101 | 1010001 | 0 | 1000111 | 111000 | 11011 | 101011011 | 110111 | 101111 |
Color Harmonies of #B93551
Complementary color
Monochromatic Colors of #B93551
Black with #B93551
Text Example
Text Example
White with #B93551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93551; }
p { color: rgb(185,53,81); }
H1.HeaderClassName
{
color: #B93551;
}
.AnyTagClassName
{
color: #B93551;
}
</style>
background-color css
<style>
a { background-color: #B93551; }
a { background-color: rgb(185,53,81); }
div.DivClassName
{
background-color: #B93551;
}
.BgClassName
{
background-color: #B93551;
}
</style>
border-color css
<style>
span { border-color: #B93551; }
span { border-color: rgb(185,53,81); }
td.TdClassName
{
border-color: #B93551;
}
.TagClassName
{
border-color: #B93551;
}
</style>