Shades of Old Rose #B33155
Tints of Old Rose #B33155
RGB
CMYK
RGB Variations
Color information
#B33155 (or 0xB33155) is known color: Old Rose. HEX triplet: B3, 31 and 55. RGB value is (179,49,85). Sum of RGB (Red+Green+Blue) = 179+49+85=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B33155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33155 is #4CCEAA. Grayscale: #5B5B5B. Windows color (decimal): -5033643 or 5583283. OLE color: 5583283.
HSL color Cylindrical-coordinate representation of color #B33155: hue angle of 343.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33155 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 85 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.30 |
| HSL | 343.38º | 0.57% | 0.45% | - |
| HSV(B) | 343.38º | 0.73% | 0.7% | - |
| XYZ | 21.33 | 12.44 | 9.87 | - |
| YUV | 91.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 85 | 0 | 0.73 | 0.53 | 0.30 | 343.38 | 0.57 | 0.45 |
| Hex | B3 | 31 | 55 | 0 | 49 | 35 | 1E | 157 | 39 | 2D |
| Octal | 263 | 61 | 125 | 0 | 111 | 65 | 36 | 527 | 71 | 55 |
| Binary | 10110011 | 110001 | 1010101 | 0 | 1001001 | 110101 | 11110 | 101010111 | 111001 | 101101 |
Color Harmonies of #B33155
Complementary color
Monochromatic Colors of #B33155
Black with #B33155
Text Example
Text Example
White with #B33155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33155; }
p { color: rgb(179,49,85); }
H1.HeaderClassName
{
color: #B33155;
}
.AnyTagClassName
{
color: #B33155;
}
</style>
background-color css
<style>
a { background-color: #B33155; }
a { background-color: rgb(179,49,85); }
div.DivClassName
{
background-color: #B33155;
}
.BgClassName
{
background-color: #B33155;
}
</style>
border-color css
<style>
span { border-color: #B33155; }
span { border-color: rgb(179,49,85); }
td.TdClassName
{
border-color: #B33155;
}
.TagClassName
{
border-color: #B33155;
}
</style>