Shades of Old Rose #B13749
Tints of Old Rose #B13749
RGB
CMYK
RGB Variations
Color information
#B13749 (or 0xB13749) is known color: Old Rose. HEX triplet: B1, 37 and 49. RGB value is (177,55,73). Sum of RGB (Red+Green+Blue) = 177+55+73=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B13749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13749 is #4EC8B6. Grayscale: #5D5D5D. Windows color (decimal): -5163191 or 4798385. OLE color: 4798385.
HSL color Cylindrical-coordinate representation of color #B13749: hue angle of 351.15º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13749 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 73 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.31 |
| HSL | 351.15º | 0.53% | 0.45% | - |
| HSV(B) | 351.15º | 0.69% | 0.69% | - |
| XYZ | 20.7 | 12.56 | 7.64 | - |
| YUV | 93.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 73 | 0 | 0.69 | 0.59 | 0.31 | 351.15 | 0.53 | 0.45 |
| Hex | B1 | 37 | 49 | 0 | 45 | 3B | 1F | 15F | 35 | 2D |
| Octal | 261 | 67 | 111 | 0 | 105 | 73 | 37 | 537 | 65 | 55 |
| Binary | 10110001 | 110111 | 1001001 | 0 | 1000101 | 111011 | 11111 | 101011111 | 110101 | 101101 |
Color Harmonies of #B13749
Complementary color
Monochromatic Colors of #B13749
Black with #B13749
Text Example
Text Example
White with #B13749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13749; }
p { color: rgb(177,55,73); }
H1.HeaderClassName
{
color: #B13749;
}
.AnyTagClassName
{
color: #B13749;
}
</style>
background-color css
<style>
a { background-color: #B13749; }
a { background-color: rgb(177,55,73); }
div.DivClassName
{
background-color: #B13749;
}
.BgClassName
{
background-color: #B13749;
}
</style>
border-color css
<style>
span { border-color: #B13749; }
span { border-color: rgb(177,55,73); }
td.TdClassName
{
border-color: #B13749;
}
.TagClassName
{
border-color: #B13749;
}
</style>