Shades of Old Rose #B32058
Tints of Old Rose #B32058
RGB
CMYK
RGB Variations
Color information
#B32058 (or 0xB32058) is known color: Old Rose. HEX triplet: B3, 20 and 58. RGB value is (179,32,88). Sum of RGB (Red+Green+Blue) = 179+32+88=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B32058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32058 is #4CDFA7. Grayscale: #525252. Windows color (decimal): -5037992 or 5775539. OLE color: 5775539.
HSL color Cylindrical-coordinate representation of color #B32058: hue angle of 337.14º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32058 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 88 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.30 |
| HSL | 337.14º | 0.7% | 0.41% | - |
| HSV(B) | 337.14º | 0.82% | 0.7% | - |
| XYZ | 20.87 | 11.32 | 10.32 | - |
| YUV | 82.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 88 | 0 | 0.82 | 0.51 | 0.30 | 337.14 | 0.7 | 0.41 |
| Hex | B3 | 20 | 58 | 0 | 52 | 33 | 1E | 151 | 46 | 29 |
| Octal | 263 | 40 | 130 | 0 | 122 | 63 | 36 | 521 | 106 | 51 |
| Binary | 10110011 | 100000 | 1011000 | 0 | 1010010 | 110011 | 11110 | 101010001 | 1000110 | 101001 |
Color Harmonies of #B32058
Complementary color
Monochromatic Colors of #B32058
Black with #B32058
Text Example
Text Example
White with #B32058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32058; }
p { color: rgb(179,32,88); }
H1.HeaderClassName
{
color: #B32058;
}
.AnyTagClassName
{
color: #B32058;
}
</style>
background-color css
<style>
a { background-color: #B32058; }
a { background-color: rgb(179,32,88); }
div.DivClassName
{
background-color: #B32058;
}
.BgClassName
{
background-color: #B32058;
}
</style>
border-color css
<style>
span { border-color: #B32058; }
span { border-color: rgb(179,32,88); }
td.TdClassName
{
border-color: #B32058;
}
.TagClassName
{
border-color: #B32058;
}
</style>