Shades of Old Rose #B72C50
Tints of Old Rose #B72C50
RGB
CMYK
RGB Variations
Color information
#B72C50 (or 0xB72C50) is known color: Old Rose. HEX triplet: B7, 2C and 50. RGB value is (183,44,80). Sum of RGB (Red+Green+Blue) = 183+44+80=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C50 is #48D3AF. Grayscale: #595959. Windows color (decimal): -4772784 or 5254327. OLE color: 5254327.
HSL color Cylindrical-coordinate representation of color #B72C50: hue angle of 344.46º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C50 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 80 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.28 |
| HSL | 344.46º | 0.61% | 0.45% | - |
| HSV(B) | 344.46º | 0.76% | 0.72% | - |
| XYZ | 21.88 | 12.45 | 8.84 | - |
| YUV | 89.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 80 | 0 | 0.76 | 0.56 | 0.28 | 344.46 | 0.61 | 0.45 |
| Hex | B7 | 2C | 50 | 0 | 4C | 38 | 1C | 158 | 3D | 2D |
| Octal | 267 | 54 | 120 | 0 | 114 | 70 | 34 | 530 | 75 | 55 |
| Binary | 10110111 | 101100 | 1010000 | 0 | 1001100 | 111000 | 11100 | 101011000 | 111101 | 101101 |
Color Harmonies of #B72C50
Complementary color
Monochromatic Colors of #B72C50
Black with #B72C50
Text Example
Text Example
White with #B72C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C50; }
p { color: rgb(183,44,80); }
H1.HeaderClassName
{
color: #B72C50;
}
.AnyTagClassName
{
color: #B72C50;
}
</style>
background-color css
<style>
a { background-color: #B72C50; }
a { background-color: rgb(183,44,80); }
div.DivClassName
{
background-color: #B72C50;
}
.BgClassName
{
background-color: #B72C50;
}
</style>
border-color css
<style>
span { border-color: #B72C50; }
span { border-color: rgb(183,44,80); }
td.TdClassName
{
border-color: #B72C50;
}
.TagClassName
{
border-color: #B72C50;
}
</style>