Shades of Old Rose #B72350
Tints of Old Rose #B72350
RGB
CMYK
RGB Variations
Color information
#B72350 (or 0xB72350) is known color: Old Rose. HEX triplet: B7, 23 and 50. RGB value is (183,35,80). Sum of RGB (Red+Green+Blue) = 183+35+80=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B72350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72350 is #48DCAF. Grayscale: #545454. Windows color (decimal): -4775088 or 5252023. OLE color: 5252023.
HSL color Cylindrical-coordinate representation of color #B72350: hue angle of 341.76º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72350 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 35 | 80 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.28 |
| HSL | 341.76º | 0.68% | 0.43% | - |
| HSV(B) | 341.76º | 0.81% | 0.72% | - |
| XYZ | 21.58 | 11.85 | 8.74 | - |
| YUV | 84.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 35 | 80 | 0 | 0.81 | 0.56 | 0.28 | 341.76 | 0.68 | 0.43 |
| Hex | B7 | 23 | 50 | 0 | 51 | 38 | 1C | 156 | 44 | 2B |
| Octal | 267 | 43 | 120 | 0 | 121 | 70 | 34 | 526 | 104 | 53 |
| Binary | 10110111 | 100011 | 1010000 | 0 | 1010001 | 111000 | 11100 | 101010110 | 1000100 | 101011 |
Color Harmonies of #B72350
Complementary color
Monochromatic Colors of #B72350
Black with #B72350
Text Example
Text Example
White with #B72350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72350; }
p { color: rgb(183,35,80); }
H1.HeaderClassName
{
color: #B72350;
}
.AnyTagClassName
{
color: #B72350;
}
</style>
background-color css
<style>
a { background-color: #B72350; }
a { background-color: rgb(183,35,80); }
div.DivClassName
{
background-color: #B72350;
}
.BgClassName
{
background-color: #B72350;
}
</style>
border-color css
<style>
span { border-color: #B72350; }
span { border-color: rgb(183,35,80); }
td.TdClassName
{
border-color: #B72350;
}
.TagClassName
{
border-color: #B72350;
}
</style>