Shades of Old Rose #B12259
Tints of Old Rose #B12259
RGB
CMYK
RGB Variations
Color information
#B12259 (or 0xB12259) is known color: Old Rose. HEX triplet: B1, 22 and 59. RGB value is (177,34,89). Sum of RGB (Red+Green+Blue) = 177+34+89=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B12259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12259 is #4EDDA6. Grayscale: #525252. Windows color (decimal): -5168551 or 5841585. OLE color: 5841585.
HSL color Cylindrical-coordinate representation of color #B12259: hue angle of 336.92º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12259 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 89 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.31 |
| HSL | 336.92º | 0.68% | 0.41% | - |
| HSV(B) | 336.92º | 0.81% | 0.69% | - |
| XYZ | 20.51 | 11.21 | 10.53 | - |
| YUV | 83.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 89 | 0 | 0.81 | 0.50 | 0.31 | 336.92 | 0.68 | 0.41 |
| Hex | B1 | 22 | 59 | 0 | 51 | 32 | 1F | 151 | 44 | 29 |
| Octal | 261 | 42 | 131 | 0 | 121 | 62 | 37 | 521 | 104 | 51 |
| Binary | 10110001 | 100010 | 1011001 | 0 | 1010001 | 110010 | 11111 | 101010001 | 1000100 | 101001 |
Color Harmonies of #B12259
Complementary color
Monochromatic Colors of #B12259
Black with #B12259
Text Example
Text Example
White with #B12259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12259; }
p { color: rgb(177,34,89); }
H1.HeaderClassName
{
color: #B12259;
}
.AnyTagClassName
{
color: #B12259;
}
</style>
background-color css
<style>
a { background-color: #B12259; }
a { background-color: rgb(177,34,89); }
div.DivClassName
{
background-color: #B12259;
}
.BgClassName
{
background-color: #B12259;
}
</style>
border-color css
<style>
span { border-color: #B12259; }
span { border-color: rgb(177,34,89); }
td.TdClassName
{
border-color: #B12259;
}
.TagClassName
{
border-color: #B12259;
}
</style>