Shades of Old Rose #B9245B
Tints of Old Rose #B9245B
RGB
CMYK
RGB Variations
Color information
#B9245B (or 0xB9245B) is known color: Old Rose. HEX triplet: B9, 24 and 5B. RGB value is (185,36,91). Sum of RGB (Red+Green+Blue) = 185+36+91=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9245B is #46DBA4. Grayscale: #565656. Windows color (decimal): -4643749 or 5973177. OLE color: 5973177.
HSL color Cylindrical-coordinate representation of color #B9245B: hue angle of 337.85º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9245B is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 91 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.27 |
| HSL | 337.85º | 0.67% | 0.43% | - |
| HSV(B) | 337.85º | 0.81% | 0.73% | - |
| XYZ | 22.53 | 12.33 | 11.09 | - |
| YUV | 86.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 91 | 0 | 0.81 | 0.51 | 0.27 | 337.85 | 0.67 | 0.43 |
| Hex | B9 | 24 | 5B | 0 | 51 | 33 | 1B | 152 | 43 | 2B |
| Octal | 271 | 44 | 133 | 0 | 121 | 63 | 33 | 522 | 103 | 53 |
| Binary | 10111001 | 100100 | 1011011 | 0 | 1010001 | 110011 | 11011 | 101010010 | 1000011 | 101011 |
Color Harmonies of #B9245B
Complementary color
Monochromatic Colors of #B9245B
Black with #B9245B
Text Example
Text Example
White with #B9245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9245B; }
p { color: rgb(185,36,91); }
H1.HeaderClassName
{
color: #B9245B;
}
.AnyTagClassName
{
color: #B9245B;
}
</style>
background-color css
<style>
a { background-color: #B9245B; }
a { background-color: rgb(185,36,91); }
div.DivClassName
{
background-color: #B9245B;
}
.BgClassName
{
background-color: #B9245B;
}
</style>
border-color css
<style>
span { border-color: #B9245B; }
span { border-color: rgb(185,36,91); }
td.TdClassName
{
border-color: #B9245B;
}
.TagClassName
{
border-color: #B9245B;
}
</style>