Shades of Old Rose #B5225E
Tints of Old Rose #B5225E
RGB
CMYK
RGB Variations
Color information
#B5225E (or 0xB5225E) is known color: Old Rose. HEX triplet: B5, 22 and 5E. RGB value is (181,34,94). Sum of RGB (Red+Green+Blue) = 181+34+94=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5225E is #4ADDA1. Grayscale: #545454. Windows color (decimal): -4906402 or 6169269. OLE color: 6169269.
HSL color Cylindrical-coordinate representation of color #B5225E: hue angle of 335.51º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5225E is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 94 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.29 |
| HSL | 335.51º | 0.68% | 0.42% | - |
| HSV(B) | 335.51º | 0.81% | 0.71% | - |
| XYZ | 21.65 | 11.78 | 11.72 | - |
| YUV | 84.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 94 | 0 | 0.81 | 0.48 | 0.29 | 335.51 | 0.68 | 0.42 |
| Hex | B5 | 22 | 5E | 0 | 51 | 30 | 1D | 150 | 44 | 2A |
| Octal | 265 | 42 | 136 | 0 | 121 | 60 | 35 | 520 | 104 | 52 |
| Binary | 10110101 | 100010 | 1011110 | 0 | 1010001 | 110000 | 11101 | 101010000 | 1000100 | 101010 |
Color Harmonies of #B5225E
Complementary color
Monochromatic Colors of #B5225E
Black with #B5225E
Text Example
Text Example
White with #B5225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5225E; }
p { color: rgb(181,34,94); }
H1.HeaderClassName
{
color: #B5225E;
}
.AnyTagClassName
{
color: #B5225E;
}
</style>
background-color css
<style>
a { background-color: #B5225E; }
a { background-color: rgb(181,34,94); }
div.DivClassName
{
background-color: #B5225E;
}
.BgClassName
{
background-color: #B5225E;
}
</style>
border-color css
<style>
span { border-color: #B5225E; }
span { border-color: rgb(181,34,94); }
td.TdClassName
{
border-color: #B5225E;
}
.TagClassName
{
border-color: #B5225E;
}
</style>