Shades of Old Rose #B12949
Tints of Old Rose #B12949
RGB
CMYK
RGB Variations
Color information
#B12949 (or 0xB12949) is known color: Old Rose. HEX triplet: B1, 29 and 49. RGB value is (177,41,73). Sum of RGB (Red+Green+Blue) = 177+41+73=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B12949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12949 is #4ED6B6. Grayscale: #555555. Windows color (decimal): -5166775 or 4794801. OLE color: 4794801.
HSL color Cylindrical-coordinate representation of color #B12949: hue angle of 345.88º 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 #B12949 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 41 | 73 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.31 |
| HSL | 345.88º | 0.62% | 0.43% | - |
| HSV(B) | 345.88º | 0.77% | 0.69% | - |
| XYZ | 20.13 | 11.41 | 7.45 | - |
| YUV | 85.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 41 | 73 | 0 | 0.77 | 0.59 | 0.31 | 345.88 | 0.62 | 0.43 |
| Hex | B1 | 29 | 49 | 0 | 4D | 3B | 1F | 15A | 3E | 2B |
| Octal | 261 | 51 | 111 | 0 | 115 | 73 | 37 | 532 | 76 | 53 |
| Binary | 10110001 | 101001 | 1001001 | 0 | 1001101 | 111011 | 11111 | 101011010 | 111110 | 101011 |
Color Harmonies of #B12949
Complementary color
Monochromatic Colors of #B12949
Black with #B12949
Text Example
Text Example
White with #B12949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12949; }
p { color: rgb(177,41,73); }
H1.HeaderClassName
{
color: #B12949;
}
.AnyTagClassName
{
color: #B12949;
}
</style>
background-color css
<style>
a { background-color: #B12949; }
a { background-color: rgb(177,41,73); }
div.DivClassName
{
background-color: #B12949;
}
.BgClassName
{
background-color: #B12949;
}
</style>
border-color css
<style>
span { border-color: #B12949; }
span { border-color: rgb(177,41,73); }
td.TdClassName
{
border-color: #B12949;
}
.TagClassName
{
border-color: #B12949;
}
</style>