Shades of Old Rose #B72546
Tints of Old Rose #B72546
RGB
CMYK
RGB Variations
Color information
#B72546 (or 0xB72546) is known color: Old Rose. HEX triplet: B7, 25 and 46. RGB value is (183,37,70). Sum of RGB (Red+Green+Blue) = 183+37+70=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B72546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72546 is #48DAB9. Grayscale: #545454. Windows color (decimal): -4774586 or 4597175. OLE color: 4597175.
HSL color Cylindrical-coordinate representation of color #B72546: hue angle of 346.44º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72546 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 70 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.28 |
| HSL | 346.44º | 0.66% | 0.43% | - |
| HSV(B) | 346.44º | 0.8% | 0.72% | - |
| XYZ | 21.3 | 11.83 | 6.96 | - |
| YUV | 84.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 70 | 0 | 0.80 | 0.62 | 0.28 | 346.44 | 0.66 | 0.43 |
| Hex | B7 | 25 | 46 | 0 | 50 | 3E | 1C | 15A | 42 | 2B |
| Octal | 267 | 45 | 106 | 0 | 120 | 76 | 34 | 532 | 102 | 53 |
| Binary | 10110111 | 100101 | 1000110 | 0 | 1010000 | 111110 | 11100 | 101011010 | 1000010 | 101011 |
Color Harmonies of #B72546
Complementary color
Monochromatic Colors of #B72546
Black with #B72546
Text Example
Text Example
White with #B72546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72546; }
p { color: rgb(183,37,70); }
H1.HeaderClassName
{
color: #B72546;
}
.AnyTagClassName
{
color: #B72546;
}
</style>
background-color css
<style>
a { background-color: #B72546; }
a { background-color: rgb(183,37,70); }
div.DivClassName
{
background-color: #B72546;
}
.BgClassName
{
background-color: #B72546;
}
</style>
border-color css
<style>
span { border-color: #B72546; }
span { border-color: rgb(183,37,70); }
td.TdClassName
{
border-color: #B72546;
}
.TagClassName
{
border-color: #B72546;
}
</style>