Shades of Old Rose #B72C49
Tints of Old Rose #B72C49
RGB
CMYK
RGB Variations
Color information
#B72C49 (or 0xB72C49) is known color: Old Rose. HEX triplet: B7, 2C and 49. RGB value is (183,44,73). Sum of RGB (Red+Green+Blue) = 183+44+73=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C49 is #48D3B6. Grayscale: #585858. Windows color (decimal): -4772791 or 4795575. OLE color: 4795575.
HSL color Cylindrical-coordinate representation of color #B72C49: hue angle of 347.48º 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 #B72C49 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 73 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.28 |
| HSL | 347.48º | 0.61% | 0.45% | - |
| HSV(B) | 347.48º | 0.76% | 0.72% | - |
| XYZ | 21.63 | 12.35 | 7.55 | - |
| YUV | 88.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 73 | 0 | 0.76 | 0.60 | 0.28 | 347.48 | 0.61 | 0.45 |
| Hex | B7 | 2C | 49 | 0 | 4C | 3C | 1C | 15B | 3D | 2D |
| Octal | 267 | 54 | 111 | 0 | 114 | 74 | 34 | 533 | 75 | 55 |
| Binary | 10110111 | 101100 | 1001001 | 0 | 1001100 | 111100 | 11100 | 101011011 | 111101 | 101101 |
Color Harmonies of #B72C49
Complementary color
Monochromatic Colors of #B72C49
Black with #B72C49
Text Example
Text Example
White with #B72C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C49; }
p { color: rgb(183,44,73); }
H1.HeaderClassName
{
color: #B72C49;
}
.AnyTagClassName
{
color: #B72C49;
}
</style>
background-color css
<style>
a { background-color: #B72C49; }
a { background-color: rgb(183,44,73); }
div.DivClassName
{
background-color: #B72C49;
}
.BgClassName
{
background-color: #B72C49;
}
</style>
border-color css
<style>
span { border-color: #B72C49; }
span { border-color: rgb(183,44,73); }
td.TdClassName
{
border-color: #B72C49;
}
.TagClassName
{
border-color: #B72C49;
}
</style>