Shades of Old Rose #B5254D
Tints of Old Rose #B5254D
RGB
CMYK
RGB Variations
Color information
#B5254D (or 0xB5254D) is known color: Old Rose. HEX triplet: B5, 25 and 4D. RGB value is (181,37,77). Sum of RGB (Red+Green+Blue) = 181+37+77=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5254D is #4ADAB2. Grayscale: #545454. Windows color (decimal): -4905651 or 5055925. OLE color: 5055925.
HSL color Cylindrical-coordinate representation of color #B5254D: hue angle of 343.33º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5254D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 77 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.29 |
| HSL | 343.33º | 0.66% | 0.43% | - |
| HSV(B) | 343.33º | 0.8% | 0.71% | - |
| XYZ | 21.06 | 11.68 | 8.17 | - |
| YUV | 84.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 77 | 0 | 0.80 | 0.57 | 0.29 | 343.33 | 0.66 | 0.43 |
| Hex | B5 | 25 | 4D | 0 | 50 | 39 | 1D | 157 | 42 | 2B |
| Octal | 265 | 45 | 115 | 0 | 120 | 71 | 35 | 527 | 102 | 53 |
| Binary | 10110101 | 100101 | 1001101 | 0 | 1010000 | 111001 | 11101 | 101010111 | 1000010 | 101011 |
Color Harmonies of #B5254D
Complementary color
Monochromatic Colors of #B5254D
Black with #B5254D
Text Example
Text Example
White with #B5254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5254D; }
p { color: rgb(181,37,77); }
H1.HeaderClassName
{
color: #B5254D;
}
.AnyTagClassName
{
color: #B5254D;
}
</style>
background-color css
<style>
a { background-color: #B5254D; }
a { background-color: rgb(181,37,77); }
div.DivClassName
{
background-color: #B5254D;
}
.BgClassName
{
background-color: #B5254D;
}
</style>
border-color css
<style>
span { border-color: #B5254D; }
span { border-color: rgb(181,37,77); }
td.TdClassName
{
border-color: #B5254D;
}
.TagClassName
{
border-color: #B5254D;
}
</style>