Shades of Old Rose #B93553
Tints of Old Rose #B93553
RGB
CMYK
RGB Variations
Color information
#B93553 (or 0xB93553) is known color: Old Rose. HEX triplet: B9, 35 and 53. RGB value is (185,53,83). Sum of RGB (Red+Green+Blue) = 185+53+83=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B93553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93553 is #46CAAC. Grayscale: #5F5F5F. Windows color (decimal): -4639405 or 5453241. OLE color: 5453241.
HSL color Cylindrical-coordinate representation of color #B93553: hue angle of 346.36º 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 #B93553 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 83 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.27 |
| HSL | 346.36º | 0.55% | 0.47% | - |
| HSV(B) | 346.36º | 0.71% | 0.73% | - |
| XYZ | 22.84 | 13.49 | 9.58 | - |
| YUV | 95.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 83 | 0 | 0.71 | 0.55 | 0.27 | 346.36 | 0.55 | 0.47 |
| Hex | B9 | 35 | 53 | 0 | 47 | 37 | 1B | 15A | 37 | 2F |
| Octal | 271 | 65 | 123 | 0 | 107 | 67 | 33 | 532 | 67 | 57 |
| Binary | 10111001 | 110101 | 1010011 | 0 | 1000111 | 110111 | 11011 | 101011010 | 110111 | 101111 |
Color Harmonies of #B93553
Complementary color
Monochromatic Colors of #B93553
Black with #B93553
Text Example
Text Example
White with #B93553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93553; }
p { color: rgb(185,53,83); }
H1.HeaderClassName
{
color: #B93553;
}
.AnyTagClassName
{
color: #B93553;
}
</style>
background-color css
<style>
a { background-color: #B93553; }
a { background-color: rgb(185,53,83); }
div.DivClassName
{
background-color: #B93553;
}
.BgClassName
{
background-color: #B93553;
}
</style>
border-color css
<style>
span { border-color: #B93553; }
span { border-color: rgb(185,53,83); }
td.TdClassName
{
border-color: #B93553;
}
.TagClassName
{
border-color: #B93553;
}
</style>