Shades of Old Rose #B5374D
Tints of Old Rose #B5374D
RGB
CMYK
RGB Variations
Color information
#B5374D (or 0xB5374D) is known color: Old Rose. HEX triplet: B5, 37 and 4D. RGB value is (181,55,77). Sum of RGB (Red+Green+Blue) = 181+55+77=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5374D is #4AC8B2. Grayscale: #5F5F5F. Windows color (decimal): -4901043 or 5060533. OLE color: 5060533.
HSL color Cylindrical-coordinate representation of color #B5374D: hue angle of 349.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5374D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 77 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.29 |
| HSL | 349.52º | 0.53% | 0.46% | - |
| HSV(B) | 349.52º | 0.7% | 0.71% | - |
| XYZ | 21.76 | 13.09 | 8.4 | - |
| YUV | 95.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 77 | 0 | 0.70 | 0.57 | 0.29 | 349.52 | 0.53 | 0.46 |
| Hex | B5 | 37 | 4D | 0 | 46 | 39 | 1D | 15E | 35 | 2E |
| Octal | 265 | 67 | 115 | 0 | 106 | 71 | 35 | 536 | 65 | 56 |
| Binary | 10110101 | 110111 | 1001101 | 0 | 1000110 | 111001 | 11101 | 101011110 | 110101 | 101110 |
Color Harmonies of #B5374D
Complementary color
Monochromatic Colors of #B5374D
Black with #B5374D
Text Example
Text Example
White with #B5374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5374D; }
p { color: rgb(181,55,77); }
H1.HeaderClassName
{
color: #B5374D;
}
.AnyTagClassName
{
color: #B5374D;
}
</style>
background-color css
<style>
a { background-color: #B5374D; }
a { background-color: rgb(181,55,77); }
div.DivClassName
{
background-color: #B5374D;
}
.BgClassName
{
background-color: #B5374D;
}
</style>
border-color css
<style>
span { border-color: #B5374D; }
span { border-color: rgb(181,55,77); }
td.TdClassName
{
border-color: #B5374D;
}
.TagClassName
{
border-color: #B5374D;
}
</style>