Shades of Old Rose #B5304D
Tints of Old Rose #B5304D
RGB
CMYK
RGB Variations
Color information
#B5304D (or 0xB5304D) is known color: Old Rose. HEX triplet: B5, 30 and 4D. RGB value is (181,48,77). Sum of RGB (Red+Green+Blue) = 181+48+77=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5304D is #4ACFB2. Grayscale: #5B5B5B. Windows color (decimal): -4902835 or 5058741. OLE color: 5058741.
HSL color Cylindrical-coordinate representation of color #B5304D: hue angle of 346.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5304D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 77 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.29 |
| HSL | 346.92º | 0.58% | 0.45% | - |
| HSV(B) | 346.92º | 0.73% | 0.71% | - |
| XYZ | 21.45 | 12.47 | 8.3 | - |
| YUV | 91.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 77 | 0 | 0.73 | 0.57 | 0.29 | 346.92 | 0.58 | 0.45 |
| Hex | B5 | 30 | 4D | 0 | 49 | 39 | 1D | 15B | 3A | 2D |
| Octal | 265 | 60 | 115 | 0 | 111 | 71 | 35 | 533 | 72 | 55 |
| Binary | 10110101 | 110000 | 1001101 | 0 | 1001001 | 111001 | 11101 | 101011011 | 111010 | 101101 |
Color Harmonies of #B5304D
Complementary color
Monochromatic Colors of #B5304D
Black with #B5304D
Text Example
Text Example
White with #B5304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5304D; }
p { color: rgb(181,48,77); }
H1.HeaderClassName
{
color: #B5304D;
}
.AnyTagClassName
{
color: #B5304D;
}
</style>
background-color css
<style>
a { background-color: #B5304D; }
a { background-color: rgb(181,48,77); }
div.DivClassName
{
background-color: #B5304D;
}
.BgClassName
{
background-color: #B5304D;
}
</style>
border-color css
<style>
span { border-color: #B5304D; }
span { border-color: rgb(181,48,77); }
td.TdClassName
{
border-color: #B5304D;
}
.TagClassName
{
border-color: #B5304D;
}
</style>