Shades of Old Rose #B73047
Tints of Old Rose #B73047
RGB
CMYK
RGB Variations
Color information
#B73047 (or 0xB73047) is known color: Old Rose. HEX triplet: B7, 30 and 47. RGB value is (183,48,71). Sum of RGB (Red+Green+Blue) = 183+48+71=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73047 is #48CFB8. Grayscale: #5B5B5B. Windows color (decimal): -4771769 or 4665527. OLE color: 4665527.
HSL color Cylindrical-coordinate representation of color #B73047: hue angle of 349.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73047 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 71 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.28 |
| HSL | 349.78º | 0.58% | 0.45% | - |
| HSV(B) | 349.78º | 0.74% | 0.72% | - |
| XYZ | 21.72 | 12.64 | 7.26 | - |
| YUV | 90.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 71 | 0 | 0.74 | 0.61 | 0.28 | 349.78 | 0.58 | 0.45 |
| Hex | B7 | 30 | 47 | 0 | 4A | 3D | 1C | 15E | 3A | 2D |
| Octal | 267 | 60 | 107 | 0 | 112 | 75 | 34 | 536 | 72 | 55 |
| Binary | 10110111 | 110000 | 1000111 | 0 | 1001010 | 111101 | 11100 | 101011110 | 111010 | 101101 |
Color Harmonies of #B73047
Complementary color
Monochromatic Colors of #B73047
Black with #B73047
Text Example
Text Example
White with #B73047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73047; }
p { color: rgb(183,48,71); }
H1.HeaderClassName
{
color: #B73047;
}
.AnyTagClassName
{
color: #B73047;
}
</style>
background-color css
<style>
a { background-color: #B73047; }
a { background-color: rgb(183,48,71); }
div.DivClassName
{
background-color: #B73047;
}
.BgClassName
{
background-color: #B73047;
}
</style>
border-color css
<style>
span { border-color: #B73047; }
span { border-color: rgb(183,48,71); }
td.TdClassName
{
border-color: #B73047;
}
.TagClassName
{
border-color: #B73047;
}
</style>