Shades of Old Rose #B9294B
Tints of Old Rose #B9294B
RGB
CMYK
RGB Variations
Color information
#B9294B (or 0xB9294B) is known color: Old Rose. HEX triplet: B9, 29 and 4B. RGB value is (185,41,75). Sum of RGB (Red+Green+Blue) = 185+41+75=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9294B is #46D6B4. Grayscale: #575757. Windows color (decimal): -4642485 or 4925881. OLE color: 4925881.
HSL color Cylindrical-coordinate representation of color #B9294B: hue angle of 345.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9294B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 75 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.27 |
| HSL | 345.83º | 0.64% | 0.44% | - |
| HSV(B) | 345.83º | 0.78% | 0.73% | - |
| XYZ | 22.07 | 12.41 | 7.89 | - |
| YUV | 87.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 75 | 0 | 0.78 | 0.59 | 0.27 | 345.83 | 0.64 | 0.44 |
| Hex | B9 | 29 | 4B | 0 | 4E | 3B | 1B | 15A | 40 | 2C |
| Octal | 271 | 51 | 113 | 0 | 116 | 73 | 33 | 532 | 100 | 54 |
| Binary | 10111001 | 101001 | 1001011 | 0 | 1001110 | 111011 | 11011 | 101011010 | 1000000 | 101100 |
Color Harmonies of #B9294B
Complementary color
Monochromatic Colors of #B9294B
Black with #B9294B
Text Example
Text Example
White with #B9294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9294B; }
p { color: rgb(185,41,75); }
H1.HeaderClassName
{
color: #B9294B;
}
.AnyTagClassName
{
color: #B9294B;
}
</style>
background-color css
<style>
a { background-color: #B9294B; }
a { background-color: rgb(185,41,75); }
div.DivClassName
{
background-color: #B9294B;
}
.BgClassName
{
background-color: #B9294B;
}
</style>
border-color css
<style>
span { border-color: #B9294B; }
span { border-color: rgb(185,41,75); }
td.TdClassName
{
border-color: #B9294B;
}
.TagClassName
{
border-color: #B9294B;
}
</style>