Shades of Old Rose #B12B55
Tints of Old Rose #B12B55
RGB
CMYK
RGB Variations
Color information
#B12B55 (or 0xB12B55) is known color: Old Rose. HEX triplet: B1, 2B and 55. RGB value is (177,43,85). Sum of RGB (Red+Green+Blue) = 177+43+85=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12B55 is #4ED4AA. Grayscale: #575757. Windows color (decimal): -5166251 or 5581745. OLE color: 5581745.
HSL color Cylindrical-coordinate representation of color #B12B55: hue angle of 341.19º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12B55 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 43 | 85 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.31 |
| HSL | 341.19º | 0.61% | 0.43% | - |
| HSV(B) | 341.19º | 0.76% | 0.69% | - |
| XYZ | 20.64 | 11.73 | 9.77 | - |
| YUV | 87.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 43 | 85 | 0 | 0.76 | 0.52 | 0.31 | 341.19 | 0.61 | 0.43 |
| Hex | B1 | 2B | 55 | 0 | 4C | 34 | 1F | 155 | 3D | 2B |
| Octal | 261 | 53 | 125 | 0 | 114 | 64 | 37 | 525 | 75 | 53 |
| Binary | 10110001 | 101011 | 1010101 | 0 | 1001100 | 110100 | 11111 | 101010101 | 111101 | 101011 |
Color Harmonies of #B12B55
Complementary color
Monochromatic Colors of #B12B55
Black with #B12B55
Text Example
Text Example
White with #B12B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12B55; }
p { color: rgb(177,43,85); }
H1.HeaderClassName
{
color: #B12B55;
}
.AnyTagClassName
{
color: #B12B55;
}
</style>
background-color css
<style>
a { background-color: #B12B55; }
a { background-color: rgb(177,43,85); }
div.DivClassName
{
background-color: #B12B55;
}
.BgClassName
{
background-color: #B12B55;
}
</style>
border-color css
<style>
span { border-color: #B12B55; }
span { border-color: rgb(177,43,85); }
td.TdClassName
{
border-color: #B12B55;
}
.TagClassName
{
border-color: #B12B55;
}
</style>