Shades of Old Rose #B12549
Tints of Old Rose #B12549
RGB
CMYK
RGB Variations
Color information
#B12549 (or 0xB12549) is known color: Old Rose. HEX triplet: B1, 25 and 49. RGB value is (177,37,73). Sum of RGB (Red+Green+Blue) = 177+37+73=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B12549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12549 is #4EDAB6. Grayscale: #525252. Windows color (decimal): -5167799 or 4793777. OLE color: 4793777.
HSL color Cylindrical-coordinate representation of color #B12549: hue angle of 344.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12549 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 73 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.31 |
| HSL | 344.57º | 0.65% | 0.42% | - |
| HSV(B) | 344.57º | 0.79% | 0.69% | - |
| XYZ | 20 | 11.15 | 7.4 | - |
| YUV | 82.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 73 | 0 | 0.79 | 0.59 | 0.31 | 344.57 | 0.65 | 0.42 |
| Hex | B1 | 25 | 49 | 0 | 4F | 3B | 1F | 159 | 41 | 2A |
| Octal | 261 | 45 | 111 | 0 | 117 | 73 | 37 | 531 | 101 | 52 |
| Binary | 10110001 | 100101 | 1001001 | 0 | 1001111 | 111011 | 11111 | 101011001 | 1000001 | 101010 |
Color Harmonies of #B12549
Complementary color
Monochromatic Colors of #B12549
Black with #B12549
Text Example
Text Example
White with #B12549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12549; }
p { color: rgb(177,37,73); }
H1.HeaderClassName
{
color: #B12549;
}
.AnyTagClassName
{
color: #B12549;
}
</style>
background-color css
<style>
a { background-color: #B12549; }
a { background-color: rgb(177,37,73); }
div.DivClassName
{
background-color: #B12549;
}
.BgClassName
{
background-color: #B12549;
}
</style>
border-color css
<style>
span { border-color: #B12549; }
span { border-color: rgb(177,37,73); }
td.TdClassName
{
border-color: #B12549;
}
.TagClassName
{
border-color: #B12549;
}
</style>