Shades of Old Rose #B93350
Tints of Old Rose #B93350
RGB
CMYK
RGB Variations
Color information
#B93350 (or 0xB93350) is known color: Old Rose. HEX triplet: B9, 33 and 50. RGB value is (185,51,80). Sum of RGB (Red+Green+Blue) = 185+51+80=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B93350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93350 is #46CCAF. Grayscale: #5E5E5E. Windows color (decimal): -4639920 or 5256121. OLE color: 5256121.
HSL color Cylindrical-coordinate representation of color #B93350: hue angle of 347.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93350 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 80 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.27 |
| HSL | 347.01º | 0.57% | 0.46% | - |
| HSV(B) | 347.01º | 0.72% | 0.73% | - |
| XYZ | 22.64 | 13.26 | 8.96 | - |
| YUV | 94.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 80 | 0 | 0.72 | 0.57 | 0.27 | 347.01 | 0.57 | 0.46 |
| Hex | B9 | 33 | 50 | 0 | 48 | 39 | 1B | 15B | 39 | 2E |
| Octal | 271 | 63 | 120 | 0 | 110 | 71 | 33 | 533 | 71 | 56 |
| Binary | 10111001 | 110011 | 1010000 | 0 | 1001000 | 111001 | 11011 | 101011011 | 111001 | 101110 |
Color Harmonies of #B93350
Complementary color
Monochromatic Colors of #B93350
Black with #B93350
Text Example
Text Example
White with #B93350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93350; }
p { color: rgb(185,51,80); }
H1.HeaderClassName
{
color: #B93350;
}
.AnyTagClassName
{
color: #B93350;
}
</style>
background-color css
<style>
a { background-color: #B93350; }
a { background-color: rgb(185,51,80); }
div.DivClassName
{
background-color: #B93350;
}
.BgClassName
{
background-color: #B93350;
}
</style>
border-color css
<style>
span { border-color: #B93350; }
span { border-color: rgb(185,51,80); }
td.TdClassName
{
border-color: #B93350;
}
.TagClassName
{
border-color: #B93350;
}
</style>