Shades of Old Rose #B73248
Tints of Old Rose #B73248
RGB
CMYK
RGB Variations
Color information
#B73248 (or 0xB73248) is known color: Old Rose. HEX triplet: B7, 32 and 48. RGB value is (183,50,72). Sum of RGB (Red+Green+Blue) = 183+50+72=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B73248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73248 is #48CDB7. Grayscale: #5C5C5C. Windows color (decimal): -4771256 or 4731575. OLE color: 4731575.
HSL color Cylindrical-coordinate representation of color #B73248: hue angle of 350.08º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73248 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 72 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.28 |
| HSL | 350.08º | 0.57% | 0.46% | - |
| HSV(B) | 350.08º | 0.73% | 0.72% | - |
| XYZ | 21.84 | 12.82 | 7.45 | - |
| YUV | 92.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 72 | 0 | 0.73 | 0.61 | 0.28 | 350.08 | 0.57 | 0.46 |
| Hex | B7 | 32 | 48 | 0 | 49 | 3D | 1C | 15E | 39 | 2E |
| Octal | 267 | 62 | 110 | 0 | 111 | 75 | 34 | 536 | 71 | 56 |
| Binary | 10110111 | 110010 | 1001000 | 0 | 1001001 | 111101 | 11100 | 101011110 | 111001 | 101110 |
Color Harmonies of #B73248
Complementary color
Monochromatic Colors of #B73248
Black with #B73248
Text Example
Text Example
White with #B73248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73248; }
p { color: rgb(183,50,72); }
H1.HeaderClassName
{
color: #B73248;
}
.AnyTagClassName
{
color: #B73248;
}
</style>
background-color css
<style>
a { background-color: #B73248; }
a { background-color: rgb(183,50,72); }
div.DivClassName
{
background-color: #B73248;
}
.BgClassName
{
background-color: #B73248;
}
</style>
border-color css
<style>
span { border-color: #B73248; }
span { border-color: rgb(183,50,72); }
td.TdClassName
{
border-color: #B73248;
}
.TagClassName
{
border-color: #B73248;
}
</style>