Shades of Old Rose #B12959
Tints of Old Rose #B12959
RGB
CMYK
RGB Variations
Color information
#B12959 (or 0xB12959) is known color: Old Rose. HEX triplet: B1, 29 and 59. RGB value is (177,41,89). Sum of RGB (Red+Green+Blue) = 177+41+89=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B12959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12959 is #4ED6A6. Grayscale: #575757. Windows color (decimal): -5166759 or 5843377. OLE color: 5843377.
HSL color Cylindrical-coordinate representation of color #B12959: hue angle of 338.82º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12959 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 89 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.31 |
| HSL | 338.82º | 0.62% | 0.43% | - |
| HSV(B) | 338.82º | 0.77% | 0.69% | - |
| XYZ | 20.73 | 11.65 | 10.61 | - |
| YUV | 87.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 89 | 0 | 0.77 | 0.50 | 0.31 | 338.82 | 0.62 | 0.43 |
| Hex | B1 | 29 | 59 | 0 | 4D | 32 | 1F | 153 | 3E | 2B |
| Octal | 261 | 51 | 131 | 0 | 115 | 62 | 37 | 523 | 76 | 53 |
| Binary | 10110001 | 101001 | 1011001 | 0 | 1001101 | 110010 | 11111 | 101010011 | 111110 | 101011 |
Color Harmonies of #B12959
Complementary color
Monochromatic Colors of #B12959
Black with #B12959
Text Example
Text Example
White with #B12959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12959; }
p { color: rgb(177,41,89); }
H1.HeaderClassName
{
color: #B12959;
}
.AnyTagClassName
{
color: #B12959;
}
</style>
background-color css
<style>
a { background-color: #B12959; }
a { background-color: rgb(177,41,89); }
div.DivClassName
{
background-color: #B12959;
}
.BgClassName
{
background-color: #B12959;
}
</style>
border-color css
<style>
span { border-color: #B12959; }
span { border-color: rgb(177,41,89); }
td.TdClassName
{
border-color: #B12959;
}
.TagClassName
{
border-color: #B12959;
}
</style>