Shades of Old Rose #B12955
Tints of Old Rose #B12955
RGB
CMYK
RGB Variations
Color information
#B12955 (or 0xB12955) is known color: Old Rose. HEX triplet: B1, 29 and 55. RGB value is (177,41,85). Sum of RGB (Red+Green+Blue) = 177+41+85=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B12955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12955 is #4ED6AA. Grayscale: #565656. Windows color (decimal): -5166763 or 5581233. OLE color: 5581233.
HSL color Cylindrical-coordinate representation of color #B12955: hue angle of 340.59º 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 #B12955 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 85 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.31 |
| HSL | 340.59º | 0.62% | 0.43% | - |
| HSV(B) | 340.59º | 0.77% | 0.69% | - |
| XYZ | 20.56 | 11.59 | 9.75 | - |
| YUV | 86.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 85 | 0 | 0.77 | 0.52 | 0.31 | 340.59 | 0.62 | 0.43 |
| Hex | B1 | 29 | 55 | 0 | 4D | 34 | 1F | 155 | 3E | 2B |
| Octal | 261 | 51 | 125 | 0 | 115 | 64 | 37 | 525 | 76 | 53 |
| Binary | 10110001 | 101001 | 1010101 | 0 | 1001101 | 110100 | 11111 | 101010101 | 111110 | 101011 |
Color Harmonies of #B12955
Complementary color
Monochromatic Colors of #B12955
Black with #B12955
Text Example
Text Example
White with #B12955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12955; }
p { color: rgb(177,41,85); }
H1.HeaderClassName
{
color: #B12955;
}
.AnyTagClassName
{
color: #B12955;
}
</style>
background-color css
<style>
a { background-color: #B12955; }
a { background-color: rgb(177,41,85); }
div.DivClassName
{
background-color: #B12955;
}
.BgClassName
{
background-color: #B12955;
}
</style>
border-color css
<style>
span { border-color: #B12955; }
span { border-color: rgb(177,41,85); }
td.TdClassName
{
border-color: #B12955;
}
.TagClassName
{
border-color: #B12955;
}
</style>