Shades of Old Rose #B5245C
Tints of Old Rose #B5245C
RGB
CMYK
RGB Variations
Color information
#B5245C (or 0xB5245C) is known color: Old Rose. HEX triplet: B5, 24 and 5C. RGB value is (181,36,92). Sum of RGB (Red+Green+Blue) = 181+36+92=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5245C is #4ADBA3. Grayscale: #555555. Windows color (decimal): -4905892 or 6038709. OLE color: 6038709.
HSL color Cylindrical-coordinate representation of color #B5245C: hue angle of 336.83º degrees, saturation: 0.67, 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 #B5245C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 36 | 92 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.29 |
| HSL | 336.83º | 0.67% | 0.43% | - |
| HSV(B) | 336.83º | 0.8% | 0.71% | - |
| XYZ | 21.62 | 11.86 | 11.27 | - |
| YUV | 85.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 92 | 0 | 0.80 | 0.49 | 0.29 | 336.83 | 0.67 | 0.43 |
| Hex | B5 | 24 | 5C | 0 | 50 | 31 | 1D | 151 | 43 | 2B |
| Octal | 265 | 44 | 134 | 0 | 120 | 61 | 35 | 521 | 103 | 53 |
| Binary | 10110101 | 100100 | 1011100 | 0 | 1010000 | 110001 | 11101 | 101010001 | 1000011 | 101011 |
Color Harmonies of #B5245C
Complementary color
Monochromatic Colors of #B5245C
Black with #B5245C
Text Example
Text Example
White with #B5245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5245C; }
p { color: rgb(181,36,92); }
H1.HeaderClassName
{
color: #B5245C;
}
.AnyTagClassName
{
color: #B5245C;
}
</style>
background-color css
<style>
a { background-color: #B5245C; }
a { background-color: rgb(181,36,92); }
div.DivClassName
{
background-color: #B5245C;
}
.BgClassName
{
background-color: #B5245C;
}
</style>
border-color css
<style>
span { border-color: #B5245C; }
span { border-color: rgb(181,36,92); }
td.TdClassName
{
border-color: #B5245C;
}
.TagClassName
{
border-color: #B5245C;
}
</style>