Shades of Old Rose #B32253
Tints of Old Rose #B32253
RGB
CMYK
RGB Variations
Color information
#B32253 (or 0xB32253) is known color: Old Rose. HEX triplet: B3, 22 and 53. RGB value is (179,34,83). Sum of RGB (Red+Green+Blue) = 179+34+83=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B32253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32253 is #4CDDAC. Grayscale: #525252. Windows color (decimal): -5037485 or 5448371. OLE color: 5448371.
HSL color Cylindrical-coordinate representation of color #B32253: hue angle of 339.72º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32253 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 83 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.30 |
| HSL | 339.72º | 0.68% | 0.42% | - |
| HSV(B) | 339.72º | 0.81% | 0.7% | - |
| XYZ | 20.72 | 11.35 | 9.28 | - |
| YUV | 82.94 | 128.04 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 83 | 0 | 0.81 | 0.54 | 0.30 | 339.72 | 0.68 | 0.42 |
| Hex | B3 | 22 | 53 | 0 | 51 | 36 | 1E | 154 | 44 | 2A |
| Octal | 263 | 42 | 123 | 0 | 121 | 66 | 36 | 524 | 104 | 52 |
| Binary | 10110011 | 100010 | 1010011 | 0 | 1010001 | 110110 | 11110 | 101010100 | 1000100 | 101010 |
Color Harmonies of #B32253
Complementary color
Monochromatic Colors of #B32253
Black with #B32253
Text Example
Text Example
White with #B32253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32253; }
p { color: rgb(179,34,83); }
H1.HeaderClassName
{
color: #B32253;
}
.AnyTagClassName
{
color: #B32253;
}
</style>
background-color css
<style>
a { background-color: #B32253; }
a { background-color: rgb(179,34,83); }
div.DivClassName
{
background-color: #B32253;
}
.BgClassName
{
background-color: #B32253;
}
</style>
border-color css
<style>
span { border-color: #B32253; }
span { border-color: rgb(179,34,83); }
td.TdClassName
{
border-color: #B32253;
}
.TagClassName
{
border-color: #B32253;
}
</style>