Shades of Old Rose #B32950
Tints of Old Rose #B32950
RGB
CMYK
RGB Variations
Color information
#B32950 (or 0xB32950) is known color: Old Rose. HEX triplet: B3, 29 and 50. RGB value is (179,41,80). Sum of RGB (Red+Green+Blue) = 179+41+80=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B32950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32950 is #4CD6AF. Grayscale: #565656. Windows color (decimal): -5035696 or 5253555. OLE color: 5253555.
HSL color Cylindrical-coordinate representation of color #B32950: hue angle of 343.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32950 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 80 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.30 |
| HSL | 343.04º | 0.63% | 0.43% | - |
| HSV(B) | 343.04º | 0.77% | 0.7% | - |
| XYZ | 20.83 | 11.75 | 8.76 | - |
| YUV | 86.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 80 | 0 | 0.77 | 0.55 | 0.30 | 343.04 | 0.63 | 0.43 |
| Hex | B3 | 29 | 50 | 0 | 4D | 37 | 1E | 157 | 3F | 2B |
| Octal | 263 | 51 | 120 | 0 | 115 | 67 | 36 | 527 | 77 | 53 |
| Binary | 10110011 | 101001 | 1010000 | 0 | 1001101 | 110111 | 11110 | 101010111 | 111111 | 101011 |
Color Harmonies of #B32950
Complementary color
Monochromatic Colors of #B32950
Black with #B32950
Text Example
Text Example
White with #B32950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32950; }
p { color: rgb(179,41,80); }
H1.HeaderClassName
{
color: #B32950;
}
.AnyTagClassName
{
color: #B32950;
}
</style>
background-color css
<style>
a { background-color: #B32950; }
a { background-color: rgb(179,41,80); }
div.DivClassName
{
background-color: #B32950;
}
.BgClassName
{
background-color: #B32950;
}
</style>
border-color css
<style>
span { border-color: #B32950; }
span { border-color: rgb(179,41,80); }
td.TdClassName
{
border-color: #B32950;
}
.TagClassName
{
border-color: #B32950;
}
</style>