Shades of Old Rose #B32D4D
Tints of Old Rose #B32D4D
RGB
CMYK
RGB Variations
Color information
#B32D4D (or 0xB32D4D) is known color: Old Rose. HEX triplet: B3, 2D and 4D. RGB value is (179,45,77). Sum of RGB (Red+Green+Blue) = 179+45+77=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D4D is #4CD2B2. Grayscale: #585858. Windows color (decimal): -5034675 or 5057971. OLE color: 5057971.
HSL color Cylindrical-coordinate representation of color #B32D4D: hue angle of 345.67º 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 #B32D4D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 77 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.30 |
| HSL | 345.67º | 0.6% | 0.44% | - |
| HSV(B) | 345.67º | 0.75% | 0.7% | - |
| XYZ | 20.87 | 12 | 8.24 | - |
| YUV | 88.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 77 | 0 | 0.75 | 0.57 | 0.30 | 345.67 | 0.6 | 0.44 |
| Hex | B3 | 2D | 4D | 0 | 4B | 39 | 1E | 15A | 3C | 2C |
| Octal | 263 | 55 | 115 | 0 | 113 | 71 | 36 | 532 | 74 | 54 |
| Binary | 10110011 | 101101 | 1001101 | 0 | 1001011 | 111001 | 11110 | 101011010 | 111100 | 101100 |
Color Harmonies of #B32D4D
Complementary color
Monochromatic Colors of #B32D4D
Black with #B32D4D
Text Example
Text Example
White with #B32D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D4D; }
p { color: rgb(179,45,77); }
H1.HeaderClassName
{
color: #B32D4D;
}
.AnyTagClassName
{
color: #B32D4D;
}
</style>
background-color css
<style>
a { background-color: #B32D4D; }
a { background-color: rgb(179,45,77); }
div.DivClassName
{
background-color: #B32D4D;
}
.BgClassName
{
background-color: #B32D4D;
}
</style>
border-color css
<style>
span { border-color: #B32D4D; }
span { border-color: rgb(179,45,77); }
td.TdClassName
{
border-color: #B32D4D;
}
.TagClassName
{
border-color: #B32D4D;
}
</style>