Shades of Old Rose #B5294A
Tints of Old Rose #B5294A
RGB
CMYK
RGB Variations
Color information
#B5294A (or 0xB5294A) is known color: Old Rose. HEX triplet: B5, 29 and 4A. RGB value is (181,41,74). Sum of RGB (Red+Green+Blue) = 181+41+74=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5294A is #4AD6B5. Grayscale: #565656. Windows color (decimal): -4904630 or 4860341. OLE color: 4860341.
HSL color Cylindrical-coordinate representation of color #B5294A: hue angle of 345.86º 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 #B5294A is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 74 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.29 |
| HSL | 345.86º | 0.63% | 0.44% | - |
| HSV(B) | 345.86º | 0.77% | 0.71% | - |
| XYZ | 21.09 | 11.9 | 7.66 | - |
| YUV | 86.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 74 | 0 | 0.77 | 0.59 | 0.29 | 345.86 | 0.63 | 0.44 |
| Hex | B5 | 29 | 4A | 0 | 4D | 3B | 1D | 15A | 3F | 2C |
| Octal | 265 | 51 | 112 | 0 | 115 | 73 | 35 | 532 | 77 | 54 |
| Binary | 10110101 | 101001 | 1001010 | 0 | 1001101 | 111011 | 11101 | 101011010 | 111111 | 101100 |
Color Harmonies of #B5294A
Complementary color
Monochromatic Colors of #B5294A
Black with #B5294A
Text Example
Text Example
White with #B5294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5294A; }
p { color: rgb(181,41,74); }
H1.HeaderClassName
{
color: #B5294A;
}
.AnyTagClassName
{
color: #B5294A;
}
</style>
background-color css
<style>
a { background-color: #B5294A; }
a { background-color: rgb(181,41,74); }
div.DivClassName
{
background-color: #B5294A;
}
.BgClassName
{
background-color: #B5294A;
}
</style>
border-color css
<style>
span { border-color: #B5294A; }
span { border-color: rgb(181,41,74); }
td.TdClassName
{
border-color: #B5294A;
}
.TagClassName
{
border-color: #B5294A;
}
</style>