Shades of Old Rose #B93549
Tints of Old Rose #B93549
RGB
CMYK
RGB Variations
Color information
#B93549 (or 0xB93549) is known color: Old Rose. HEX triplet: B9, 35 and 49. RGB value is (185,53,73). Sum of RGB (Red+Green+Blue) = 185+53+73=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93549 is #46CAB6. Grayscale: #5E5E5E. Windows color (decimal): -4639415 or 4797881. OLE color: 4797881.
HSL color Cylindrical-coordinate representation of color #B93549: hue angle of 350.91º 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 #B93549 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 73 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.27 |
| HSL | 350.91º | 0.55% | 0.47% | - |
| HSV(B) | 350.91º | 0.71% | 0.73% | - |
| XYZ | 22.48 | 13.34 | 7.69 | - |
| YUV | 94.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 73 | 0 | 0.71 | 0.61 | 0.27 | 350.91 | 0.55 | 0.47 |
| Hex | B9 | 35 | 49 | 0 | 47 | 3D | 1B | 15F | 37 | 2F |
| Octal | 271 | 65 | 111 | 0 | 107 | 75 | 33 | 537 | 67 | 57 |
| Binary | 10111001 | 110101 | 1001001 | 0 | 1000111 | 111101 | 11011 | 101011111 | 110111 | 101111 |
Color Harmonies of #B93549
Complementary color
Monochromatic Colors of #B93549
Black with #B93549
Text Example
Text Example
White with #B93549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93549; }
p { color: rgb(185,53,73); }
H1.HeaderClassName
{
color: #B93549;
}
.AnyTagClassName
{
color: #B93549;
}
</style>
background-color css
<style>
a { background-color: #B93549; }
a { background-color: rgb(185,53,73); }
div.DivClassName
{
background-color: #B93549;
}
.BgClassName
{
background-color: #B93549;
}
</style>
border-color css
<style>
span { border-color: #B93549; }
span { border-color: rgb(185,53,73); }
td.TdClassName
{
border-color: #B93549;
}
.TagClassName
{
border-color: #B93549;
}
</style>