Shades of Old Rose #B5294B
Tints of Old Rose #B5294B
RGB
CMYK
RGB Variations
Color information
#B5294B (or 0xB5294B) is known color: Old Rose. HEX triplet: B5, 29 and 4B. RGB value is (181,41,75). Sum of RGB (Red+Green+Blue) = 181+41+75=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5294B is #4AD6B4. Grayscale: #565656. Windows color (decimal): -4904629 or 4925877. OLE color: 4925877.
HSL color Cylindrical-coordinate representation of color #B5294B: hue angle of 345.43º 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 #B5294B is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 75 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.29 |
| HSL | 345.43º | 0.63% | 0.44% | - |
| HSV(B) | 345.43º | 0.77% | 0.71% | - |
| XYZ | 21.12 | 11.92 | 7.84 | - |
| YUV | 86.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 75 | 0 | 0.77 | 0.59 | 0.29 | 345.43 | 0.63 | 0.44 |
| Hex | B5 | 29 | 4B | 0 | 4D | 3B | 1D | 159 | 3F | 2C |
| Octal | 265 | 51 | 113 | 0 | 115 | 73 | 35 | 531 | 77 | 54 |
| Binary | 10110101 | 101001 | 1001011 | 0 | 1001101 | 111011 | 11101 | 101011001 | 111111 | 101100 |
Color Harmonies of #B5294B
Complementary color
Monochromatic Colors of #B5294B
Black with #B5294B
Text Example
Text Example
White with #B5294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5294B; }
p { color: rgb(181,41,75); }
H1.HeaderClassName
{
color: #B5294B;
}
.AnyTagClassName
{
color: #B5294B;
}
</style>
background-color css
<style>
a { background-color: #B5294B; }
a { background-color: rgb(181,41,75); }
div.DivClassName
{
background-color: #B5294B;
}
.BgClassName
{
background-color: #B5294B;
}
</style>
border-color css
<style>
span { border-color: #B5294B; }
span { border-color: rgb(181,41,75); }
td.TdClassName
{
border-color: #B5294B;
}
.TagClassName
{
border-color: #B5294B;
}
</style>