Shades of Old Rose #B63749
Tints of Old Rose #B63749
RGB
CMYK
RGB Variations
Color information
#B63749 (or 0xB63749) is known color: Old Rose. HEX triplet: B6, 37 and 49. RGB value is (182,55,73). Sum of RGB (Red+Green+Blue) = 182+55+73=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B63749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63749 is #49C8B6. Grayscale: #5F5F5F. Windows color (decimal): -4835511 or 4798390. OLE color: 4798390.
HSL color Cylindrical-coordinate representation of color #B63749: hue angle of 351.5º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63749 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 73 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.29 |
| HSL | 351.5º | 0.54% | 0.46% | - |
| HSV(B) | 351.5º | 0.7% | 0.71% | - |
| XYZ | 21.86 | 13.16 | 7.69 | - |
| YUV | 95.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 73 | 0 | 0.70 | 0.60 | 0.29 | 351.5 | 0.54 | 0.46 |
| Hex | B6 | 37 | 49 | 0 | 46 | 3C | 1D | 15F | 36 | 2E |
| Octal | 266 | 67 | 111 | 0 | 106 | 74 | 35 | 537 | 66 | 56 |
| Binary | 10110110 | 110111 | 1001001 | 0 | 1000110 | 111100 | 11101 | 101011111 | 110110 | 101110 |
Color Harmonies of #B63749
Complementary color
Monochromatic Colors of #B63749
Black with #B63749
Text Example
Text Example
White with #B63749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63749; }
p { color: rgb(182,55,73); }
H1.HeaderClassName
{
color: #B63749;
}
.AnyTagClassName
{
color: #B63749;
}
</style>
background-color css
<style>
a { background-color: #B63749; }
a { background-color: rgb(182,55,73); }
div.DivClassName
{
background-color: #B63749;
}
.BgClassName
{
background-color: #B63749;
}
</style>
border-color css
<style>
span { border-color: #B63749; }
span { border-color: rgb(182,55,73); }
td.TdClassName
{
border-color: #B63749;
}
.TagClassName
{
border-color: #B63749;
}
</style>