Shades of Old Rose #B9245C
Tints of Old Rose #B9245C
RGB
CMYK
RGB Variations
Color information
#B9245C (or 0xB9245C) is known color: Old Rose. HEX triplet: B9, 24 and 5C. RGB value is (185,36,92). Sum of RGB (Red+Green+Blue) = 185+36+92=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9245C is #46DBA3. Grayscale: #565656. Windows color (decimal): -4643748 or 6038713. OLE color: 6038713.
HSL color Cylindrical-coordinate representation of color #B9245C: hue angle of 337.45º 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 #B9245C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 92 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.27 |
| HSL | 337.45º | 0.67% | 0.43% | - |
| HSV(B) | 337.45º | 0.81% | 0.73% | - |
| XYZ | 22.57 | 12.35 | 11.32 | - |
| YUV | 86.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 92 | 0 | 0.81 | 0.50 | 0.27 | 337.45 | 0.67 | 0.43 |
| Hex | B9 | 24 | 5C | 0 | 51 | 32 | 1B | 151 | 43 | 2B |
| Octal | 271 | 44 | 134 | 0 | 121 | 62 | 33 | 521 | 103 | 53 |
| Binary | 10111001 | 100100 | 1011100 | 0 | 1010001 | 110010 | 11011 | 101010001 | 1000011 | 101011 |
Color Harmonies of #B9245C
Complementary color
Monochromatic Colors of #B9245C
Black with #B9245C
Text Example
Text Example
White with #B9245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9245C; }
p { color: rgb(185,36,92); }
H1.HeaderClassName
{
color: #B9245C;
}
.AnyTagClassName
{
color: #B9245C;
}
</style>
background-color css
<style>
a { background-color: #B9245C; }
a { background-color: rgb(185,36,92); }
div.DivClassName
{
background-color: #B9245C;
}
.BgClassName
{
background-color: #B9245C;
}
</style>
border-color css
<style>
span { border-color: #B9245C; }
span { border-color: rgb(185,36,92); }
td.TdClassName
{
border-color: #B9245C;
}
.TagClassName
{
border-color: #B9245C;
}
</style>