Shades of Old Rose #B32355
Tints of Old Rose #B32355
RGB
CMYK
RGB Variations
Color information
#B32355 (or 0xB32355) is known color: Old Rose. HEX triplet: B3, 23 and 55. RGB value is (179,35,85). Sum of RGB (Red+Green+Blue) = 179+35+85=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B32355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32355 is #4CDCAA. Grayscale: #535353. Windows color (decimal): -5037227 or 5579699. OLE color: 5579699.
HSL color Cylindrical-coordinate representation of color #B32355: hue angle of 339.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32355 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 85 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.30 |
| HSL | 339.17º | 0.67% | 0.42% | - |
| HSV(B) | 339.17º | 0.8% | 0.7% | - |
| XYZ | 20.83 | 11.44 | 9.7 | - |
| YUV | 83.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 85 | 0 | 0.80 | 0.53 | 0.30 | 339.17 | 0.67 | 0.42 |
| Hex | B3 | 23 | 55 | 0 | 50 | 35 | 1E | 153 | 43 | 2A |
| Octal | 263 | 43 | 125 | 0 | 120 | 65 | 36 | 523 | 103 | 52 |
| Binary | 10110011 | 100011 | 1010101 | 0 | 1010000 | 110101 | 11110 | 101010011 | 1000011 | 101010 |
Color Harmonies of #B32355
Complementary color
Monochromatic Colors of #B32355
Black with #B32355
Text Example
Text Example
White with #B32355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32355; }
p { color: rgb(179,35,85); }
H1.HeaderClassName
{
color: #B32355;
}
.AnyTagClassName
{
color: #B32355;
}
</style>
background-color css
<style>
a { background-color: #B32355; }
a { background-color: rgb(179,35,85); }
div.DivClassName
{
background-color: #B32355;
}
.BgClassName
{
background-color: #B32355;
}
</style>
border-color css
<style>
span { border-color: #B32355; }
span { border-color: rgb(179,35,85); }
td.TdClassName
{
border-color: #B32355;
}
.TagClassName
{
border-color: #B32355;
}
</style>