Shades of Old Rose #B32B4D
Tints of Old Rose #B32B4D
RGB
CMYK
RGB Variations
Color information
#B32B4D (or 0xB32B4D) is known color: Old Rose. HEX triplet: B3, 2B and 4D. RGB value is (179,43,77). Sum of RGB (Red+Green+Blue) = 179+43+77=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B4D is #4CD4B2. Grayscale: #575757. Windows color (decimal): -5035187 or 5057459. OLE color: 5057459.
HSL color Cylindrical-coordinate representation of color #B32B4D: hue angle of 345º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B4D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 77 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.30 |
| HSL | 345º | 0.61% | 0.44% | - |
| HSV(B) | 345º | 0.76% | 0.7% | - |
| XYZ | 20.79 | 11.85 | 8.21 | - |
| YUV | 87.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 77 | 0 | 0.76 | 0.57 | 0.30 | 345 | 0.61 | 0.44 |
| Hex | B3 | 2B | 4D | 0 | 4C | 39 | 1E | 159 | 3D | 2C |
| Octal | 263 | 53 | 115 | 0 | 114 | 71 | 36 | 531 | 75 | 54 |
| Binary | 10110011 | 101011 | 1001101 | 0 | 1001100 | 111001 | 11110 | 101011001 | 111101 | 101100 |
Color Harmonies of #B32B4D
Complementary color
Monochromatic Colors of #B32B4D
Black with #B32B4D
Text Example
Text Example
White with #B32B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B4D; }
p { color: rgb(179,43,77); }
H1.HeaderClassName
{
color: #B32B4D;
}
.AnyTagClassName
{
color: #B32B4D;
}
</style>
background-color css
<style>
a { background-color: #B32B4D; }
a { background-color: rgb(179,43,77); }
div.DivClassName
{
background-color: #B32B4D;
}
.BgClassName
{
background-color: #B32B4D;
}
</style>
border-color css
<style>
span { border-color: #B32B4D; }
span { border-color: rgb(179,43,77); }
td.TdClassName
{
border-color: #B32B4D;
}
.TagClassName
{
border-color: #B32B4D;
}
</style>