Shades of Old Rose #B73548
Tints of Old Rose #B73548
RGB
CMYK
RGB Variations
Color information
#B73548 (or 0xB73548) is known color: Old Rose. HEX triplet: B7, 35 and 48. RGB value is (183,53,72). Sum of RGB (Red+Green+Blue) = 183+53+72=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73548 is #48CAB7. Grayscale: #5E5E5E. Windows color (decimal): -4770488 or 4732343. OLE color: 4732343.
HSL color Cylindrical-coordinate representation of color #B73548: hue angle of 351.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73548 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 72 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.28 |
| HSL | 351.23º | 0.55% | 0.46% | - |
| HSV(B) | 351.23º | 0.71% | 0.72% | - |
| XYZ | 21.97 | 13.08 | 7.5 | - |
| YUV | 94.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 72 | 0 | 0.71 | 0.61 | 0.28 | 351.23 | 0.55 | 0.46 |
| Hex | B7 | 35 | 48 | 0 | 47 | 3D | 1C | 15F | 37 | 2E |
| Octal | 267 | 65 | 110 | 0 | 107 | 75 | 34 | 537 | 67 | 56 |
| Binary | 10110111 | 110101 | 1001000 | 0 | 1000111 | 111101 | 11100 | 101011111 | 110111 | 101110 |
Color Harmonies of #B73548
Complementary color
Monochromatic Colors of #B73548
Black with #B73548
Text Example
Text Example
White with #B73548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73548; }
p { color: rgb(183,53,72); }
H1.HeaderClassName
{
color: #B73548;
}
.AnyTagClassName
{
color: #B73548;
}
</style>
background-color css
<style>
a { background-color: #B73548; }
a { background-color: rgb(183,53,72); }
div.DivClassName
{
background-color: #B73548;
}
.BgClassName
{
background-color: #B73548;
}
</style>
border-color css
<style>
span { border-color: #B73548; }
span { border-color: rgb(183,53,72); }
td.TdClassName
{
border-color: #B73548;
}
.TagClassName
{
border-color: #B73548;
}
</style>