Shades of Old Rose #B32D4B
Tints of Old Rose #B32D4B
RGB
CMYK
RGB Variations
Color information
#B32D4B (or 0xB32D4B) is known color: Old Rose. HEX triplet: B3, 2D and 4B. RGB value is (179,45,75). Sum of RGB (Red+Green+Blue) = 179+45+75=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D4B is #4CD2B4. Grayscale: #585858. Windows color (decimal): -5034677 or 4926899. OLE color: 4926899.
HSL color Cylindrical-coordinate representation of color #B32D4B: hue angle of 346.57º 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 #B32D4B is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 75 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.30 |
| HSL | 346.57º | 0.6% | 0.44% | - |
| HSV(B) | 346.57º | 0.75% | 0.7% | - |
| XYZ | 20.8 | 11.97 | 7.87 | - |
| YUV | 88.49 | 120.39 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 75 | 0 | 0.75 | 0.58 | 0.30 | 346.57 | 0.6 | 0.44 |
| Hex | B3 | 2D | 4B | 0 | 4B | 3A | 1E | 15B | 3C | 2C |
| Octal | 263 | 55 | 113 | 0 | 113 | 72 | 36 | 533 | 74 | 54 |
| Binary | 10110011 | 101101 | 1001011 | 0 | 1001011 | 111010 | 11110 | 101011011 | 111100 | 101100 |
Color Harmonies of #B32D4B
Complementary color
Monochromatic Colors of #B32D4B
Black with #B32D4B
Text Example
Text Example
White with #B32D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D4B; }
p { color: rgb(179,45,75); }
H1.HeaderClassName
{
color: #B32D4B;
}
.AnyTagClassName
{
color: #B32D4B;
}
</style>
background-color css
<style>
a { background-color: #B32D4B; }
a { background-color: rgb(179,45,75); }
div.DivClassName
{
background-color: #B32D4B;
}
.BgClassName
{
background-color: #B32D4B;
}
</style>
border-color css
<style>
span { border-color: #B32D4B; }
span { border-color: rgb(179,45,75); }
td.TdClassName
{
border-color: #B32D4B;
}
.TagClassName
{
border-color: #B32D4B;
}
</style>