Shades of Old Rose #B13849
Tints of Old Rose #B13849
RGB
CMYK
RGB Variations
Color information
#B13849 (or 0xB13849) is known color: Old Rose. HEX triplet: B1, 38 and 49. RGB value is (177,56,73). Sum of RGB (Red+Green+Blue) = 177+56+73=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B13849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13849 is #4EC7B6. Grayscale: #5E5E5E. Windows color (decimal): -5162935 or 4798641. OLE color: 4798641.
HSL color Cylindrical-coordinate representation of color #B13849: hue angle of 351.57º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13849 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 73 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.31 |
| HSL | 351.57º | 0.52% | 0.46% | - |
| HSV(B) | 351.57º | 0.68% | 0.69% | - |
| XYZ | 20.75 | 12.66 | 7.65 | - |
| YUV | 94.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 73 | 0 | 0.68 | 0.59 | 0.31 | 351.57 | 0.52 | 0.46 |
| Hex | B1 | 38 | 49 | 0 | 44 | 3B | 1F | 160 | 34 | 2E |
| Octal | 261 | 70 | 111 | 0 | 104 | 73 | 37 | 540 | 64 | 56 |
| Binary | 10110001 | 111000 | 1001001 | 0 | 1000100 | 111011 | 11111 | 101100000 | 110100 | 101110 |
Color Harmonies of #B13849
Complementary color
Monochromatic Colors of #B13849
Black with #B13849
Text Example
Text Example
White with #B13849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13849; }
p { color: rgb(177,56,73); }
H1.HeaderClassName
{
color: #B13849;
}
.AnyTagClassName
{
color: #B13849;
}
</style>
background-color css
<style>
a { background-color: #B13849; }
a { background-color: rgb(177,56,73); }
div.DivClassName
{
background-color: #B13849;
}
.BgClassName
{
background-color: #B13849;
}
</style>
border-color css
<style>
span { border-color: #B13849; }
span { border-color: rgb(177,56,73); }
td.TdClassName
{
border-color: #B13849;
}
.TagClassName
{
border-color: #B13849;
}
</style>