Shades of Old Rose #B33257
Tints of Old Rose #B33257
RGB
CMYK
RGB Variations
Color information
#B33257 (or 0xB33257) is known color: Old Rose. HEX triplet: B3, 32 and 57. RGB value is (179,50,87). Sum of RGB (Red+Green+Blue) = 179+50+87=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B33257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33257 is #4CCDA8. Grayscale: #5C5C5C. Windows color (decimal): -5033385 or 5714611. OLE color: 5714611.
HSL color Cylindrical-coordinate representation of color #B33257: hue angle of 342.79º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33257 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 87 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.30 |
| HSL | 342.79º | 0.56% | 0.45% | - |
| HSV(B) | 342.79º | 0.72% | 0.7% | - |
| XYZ | 21.45 | 12.55 | 10.31 | - |
| YUV | 92.79 | 124.74 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 87 | 0 | 0.72 | 0.51 | 0.30 | 342.79 | 0.56 | 0.45 |
| Hex | B3 | 32 | 57 | 0 | 48 | 33 | 1E | 157 | 38 | 2D |
| Octal | 263 | 62 | 127 | 0 | 110 | 63 | 36 | 527 | 70 | 55 |
| Binary | 10110011 | 110010 | 1010111 | 0 | 1001000 | 110011 | 11110 | 101010111 | 111000 | 101101 |
Color Harmonies of #B33257
Complementary color
Monochromatic Colors of #B33257
Black with #B33257
Text Example
Text Example
White with #B33257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33257; }
p { color: rgb(179,50,87); }
H1.HeaderClassName
{
color: #B33257;
}
.AnyTagClassName
{
color: #B33257;
}
</style>
background-color css
<style>
a { background-color: #B33257; }
a { background-color: rgb(179,50,87); }
div.DivClassName
{
background-color: #B33257;
}
.BgClassName
{
background-color: #B33257;
}
</style>
border-color css
<style>
span { border-color: #B33257; }
span { border-color: rgb(179,50,87); }
td.TdClassName
{
border-color: #B33257;
}
.TagClassName
{
border-color: #B33257;
}
</style>