Shades of Old Rose #B5255C
Tints of Old Rose #B5255C
RGB
CMYK
RGB Variations
Color information
#B5255C (or 0xB5255C) is known color: Old Rose. HEX triplet: B5, 25 and 5C. RGB value is (181,37,92). Sum of RGB (Red+Green+Blue) = 181+37+92=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5255C is #4ADAA3. Grayscale: #565656. Windows color (decimal): -4905636 or 6038965. OLE color: 6038965.
HSL color Cylindrical-coordinate representation of color #B5255C: hue angle of 337.08º 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 #B5255C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 92 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.29 |
| HSL | 337.08º | 0.66% | 0.43% | - |
| HSV(B) | 337.08º | 0.8% | 0.71% | - |
| XYZ | 21.65 | 11.92 | 11.28 | - |
| YUV | 86.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 92 | 0 | 0.80 | 0.49 | 0.29 | 337.08 | 0.66 | 0.43 |
| Hex | B5 | 25 | 5C | 0 | 50 | 31 | 1D | 151 | 42 | 2B |
| Octal | 265 | 45 | 134 | 0 | 120 | 61 | 35 | 521 | 102 | 53 |
| Binary | 10110101 | 100101 | 1011100 | 0 | 1010000 | 110001 | 11101 | 101010001 | 1000010 | 101011 |
Color Harmonies of #B5255C
Complementary color
Monochromatic Colors of #B5255C
Black with #B5255C
Text Example
Text Example
White with #B5255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5255C; }
p { color: rgb(181,37,92); }
H1.HeaderClassName
{
color: #B5255C;
}
.AnyTagClassName
{
color: #B5255C;
}
</style>
background-color css
<style>
a { background-color: #B5255C; }
a { background-color: rgb(181,37,92); }
div.DivClassName
{
background-color: #B5255C;
}
.BgClassName
{
background-color: #B5255C;
}
</style>
border-color css
<style>
span { border-color: #B5255C; }
span { border-color: rgb(181,37,92); }
td.TdClassName
{
border-color: #B5255C;
}
.TagClassName
{
border-color: #B5255C;
}
</style>