Shades of Old Rose #B32D53
Tints of Old Rose #B32D53
RGB
CMYK
RGB Variations
Color information
#B32D53 (or 0xB32D53) is known color: Old Rose. HEX triplet: B3, 2D and 53. RGB value is (179,45,83). Sum of RGB (Red+Green+Blue) = 179+45+83=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D53 is #4CD2AC. Grayscale: #595959. Windows color (decimal): -5034669 or 5451187. OLE color: 5451187.
HSL color Cylindrical-coordinate representation of color #B32D53: hue angle of 342.99º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D53 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 83 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.30 |
| HSL | 342.99º | 0.6% | 0.44% | - |
| HSV(B) | 342.99º | 0.75% | 0.7% | - |
| XYZ | 21.09 | 12.09 | 9.4 | - |
| YUV | 89.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 83 | 0 | 0.75 | 0.54 | 0.30 | 342.99 | 0.6 | 0.44 |
| Hex | B3 | 2D | 53 | 0 | 4B | 36 | 1E | 157 | 3C | 2C |
| Octal | 263 | 55 | 123 | 0 | 113 | 66 | 36 | 527 | 74 | 54 |
| Binary | 10110011 | 101101 | 1010011 | 0 | 1001011 | 110110 | 11110 | 101010111 | 111100 | 101100 |
Color Harmonies of #B32D53
Complementary color
Monochromatic Colors of #B32D53
Black with #B32D53
Text Example
Text Example
White with #B32D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D53; }
p { color: rgb(179,45,83); }
H1.HeaderClassName
{
color: #B32D53;
}
.AnyTagClassName
{
color: #B32D53;
}
</style>
background-color css
<style>
a { background-color: #B32D53; }
a { background-color: rgb(179,45,83); }
div.DivClassName
{
background-color: #B32D53;
}
.BgClassName
{
background-color: #B32D53;
}
</style>
border-color css
<style>
span { border-color: #B32D53; }
span { border-color: rgb(179,45,83); }
td.TdClassName
{
border-color: #B32D53;
}
.TagClassName
{
border-color: #B32D53;
}
</style>