Shades of Old Rose #B13058
Tints of Old Rose #B13058
RGB
CMYK
RGB Variations
Color information
#B13058 (or 0xB13058) is known color: Old Rose. HEX triplet: B1, 30 and 58. RGB value is (177,48,88). Sum of RGB (Red+Green+Blue) = 177+48+88=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B13058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13058 is #4ECFA7. Grayscale: #5B5B5B. Windows color (decimal): -5164968 or 5779633. OLE color: 5779633.
HSL color Cylindrical-coordinate representation of color #B13058: hue angle of 341.4º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13058 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 88 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.31 |
| HSL | 341.4º | 0.57% | 0.44% | - |
| HSV(B) | 341.4º | 0.73% | 0.69% | - |
| XYZ | 20.95 | 12.17 | 10.48 | - |
| YUV | 91.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 88 | 0 | 0.73 | 0.50 | 0.31 | 341.4 | 0.57 | 0.44 |
| Hex | B1 | 30 | 58 | 0 | 49 | 32 | 1F | 155 | 39 | 2C |
| Octal | 261 | 60 | 130 | 0 | 111 | 62 | 37 | 525 | 71 | 54 |
| Binary | 10110001 | 110000 | 1011000 | 0 | 1001001 | 110010 | 11111 | 101010101 | 111001 | 101100 |
Color Harmonies of #B13058
Complementary color
Monochromatic Colors of #B13058
Black with #B13058
Text Example
Text Example
White with #B13058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13058; }
p { color: rgb(177,48,88); }
H1.HeaderClassName
{
color: #B13058;
}
.AnyTagClassName
{
color: #B13058;
}
</style>
background-color css
<style>
a { background-color: #B13058; }
a { background-color: rgb(177,48,88); }
div.DivClassName
{
background-color: #B13058;
}
.BgClassName
{
background-color: #B13058;
}
</style>
border-color css
<style>
span { border-color: #B13058; }
span { border-color: rgb(177,48,88); }
td.TdClassName
{
border-color: #B13058;
}
.TagClassName
{
border-color: #B13058;
}
</style>