Shades of Old Rose #B5294C
Tints of Old Rose #B5294C
RGB
CMYK
RGB Variations
Color information
#B5294C (or 0xB5294C) is known color: Old Rose. HEX triplet: B5, 29 and 4C. RGB value is (181,41,76). Sum of RGB (Red+Green+Blue) = 181+41+76=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5294C is #4AD6B3. Grayscale: #565656. Windows color (decimal): -4904628 or 4991413. OLE color: 4991413.
HSL color Cylindrical-coordinate representation of color #B5294C: hue angle of 345º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5294C is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 76 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.29 |
| HSL | 345º | 0.63% | 0.44% | - |
| HSV(B) | 345º | 0.77% | 0.71% | - |
| XYZ | 21.15 | 11.93 | 8.03 | - |
| YUV | 86.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 76 | 0 | 0.77 | 0.58 | 0.29 | 345 | 0.63 | 0.44 |
| Hex | B5 | 29 | 4C | 0 | 4D | 3A | 1D | 159 | 3F | 2C |
| Octal | 265 | 51 | 114 | 0 | 115 | 72 | 35 | 531 | 77 | 54 |
| Binary | 10110101 | 101001 | 1001100 | 0 | 1001101 | 111010 | 11101 | 101011001 | 111111 | 101100 |
Color Harmonies of #B5294C
Complementary color
Monochromatic Colors of #B5294C
Black with #B5294C
Text Example
Text Example
White with #B5294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5294C; }
p { color: rgb(181,41,76); }
H1.HeaderClassName
{
color: #B5294C;
}
.AnyTagClassName
{
color: #B5294C;
}
</style>
background-color css
<style>
a { background-color: #B5294C; }
a { background-color: rgb(181,41,76); }
div.DivClassName
{
background-color: #B5294C;
}
.BgClassName
{
background-color: #B5294C;
}
</style>
border-color css
<style>
span { border-color: #B5294C; }
span { border-color: rgb(181,41,76); }
td.TdClassName
{
border-color: #B5294C;
}
.TagClassName
{
border-color: #B5294C;
}
</style>