Shades of Old Rose #B32B5C
Tints of Old Rose #B32B5C
RGB
CMYK
RGB Variations
Color information
#B32B5C (or 0xB32B5C) is known color: Old Rose. HEX triplet: B3, 2B and 5C. RGB value is (179,43,92). Sum of RGB (Red+Green+Blue) = 179+43+92=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B5C is #4CD4A3. Grayscale: #595959. Windows color (decimal): -5035172 or 6040499. OLE color: 6040499.
HSL color Cylindrical-coordinate representation of color #B32B5C: hue angle of 338.38º 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 #B32B5C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 92 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.30 |
| HSL | 338.38º | 0.61% | 0.44% | - |
| HSV(B) | 338.38º | 0.76% | 0.7% | - |
| XYZ | 21.39 | 12.08 | 11.33 | - |
| YUV | 89.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 92 | 0 | 0.76 | 0.49 | 0.30 | 338.38 | 0.61 | 0.44 |
| Hex | B3 | 2B | 5C | 0 | 4C | 31 | 1E | 152 | 3D | 2C |
| Octal | 263 | 53 | 134 | 0 | 114 | 61 | 36 | 522 | 75 | 54 |
| Binary | 10110011 | 101011 | 1011100 | 0 | 1001100 | 110001 | 11110 | 101010010 | 111101 | 101100 |
Color Harmonies of #B32B5C
Complementary color
Monochromatic Colors of #B32B5C
Black with #B32B5C
Text Example
Text Example
White with #B32B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B5C; }
p { color: rgb(179,43,92); }
H1.HeaderClassName
{
color: #B32B5C;
}
.AnyTagClassName
{
color: #B32B5C;
}
</style>
background-color css
<style>
a { background-color: #B32B5C; }
a { background-color: rgb(179,43,92); }
div.DivClassName
{
background-color: #B32B5C;
}
.BgClassName
{
background-color: #B32B5C;
}
</style>
border-color css
<style>
span { border-color: #B32B5C; }
span { border-color: rgb(179,43,92); }
td.TdClassName
{
border-color: #B32B5C;
}
.TagClassName
{
border-color: #B32B5C;
}
</style>