Shades of Old Rose #B13649
Tints of Old Rose #B13649
RGB
CMYK
RGB Variations
Color information
#B13649 (or 0xB13649) is known color: Old Rose. HEX triplet: B1, 36 and 49. RGB value is (177,54,73). Sum of RGB (Red+Green+Blue) = 177+54+73=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B13649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13649 is #4EC9B6. Grayscale: #5C5C5C. Windows color (decimal): -5163447 or 4798129. OLE color: 4798129.
HSL color Cylindrical-coordinate representation of color #B13649: hue angle of 350.73º 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 #B13649 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 73 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.31 |
| HSL | 350.73º | 0.53% | 0.45% | - |
| HSV(B) | 350.73º | 0.69% | 0.69% | - |
| XYZ | 20.65 | 12.47 | 7.62 | - |
| YUV | 92.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 73 | 0 | 0.69 | 0.59 | 0.31 | 350.73 | 0.53 | 0.45 |
| Hex | B1 | 36 | 49 | 0 | 45 | 3B | 1F | 15F | 35 | 2D |
| Octal | 261 | 66 | 111 | 0 | 105 | 73 | 37 | 537 | 65 | 55 |
| Binary | 10110001 | 110110 | 1001001 | 0 | 1000101 | 111011 | 11111 | 101011111 | 110101 | 101101 |
Color Harmonies of #B13649
Complementary color
Monochromatic Colors of #B13649
Black with #B13649
Text Example
Text Example
White with #B13649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13649; }
p { color: rgb(177,54,73); }
H1.HeaderClassName
{
color: #B13649;
}
.AnyTagClassName
{
color: #B13649;
}
</style>
background-color css
<style>
a { background-color: #B13649; }
a { background-color: rgb(177,54,73); }
div.DivClassName
{
background-color: #B13649;
}
.BgClassName
{
background-color: #B13649;
}
</style>
border-color css
<style>
span { border-color: #B13649; }
span { border-color: rgb(177,54,73); }
td.TdClassName
{
border-color: #B13649;
}
.TagClassName
{
border-color: #B13649;
}
</style>