Shades of Old Rose #B72C5C
Tints of Old Rose #B72C5C
RGB
CMYK
RGB Variations
Color information
#B72C5C (or 0xB72C5C) is known color: Old Rose. HEX triplet: B7, 2C and 5C. RGB value is (183,44,92). Sum of RGB (Red+Green+Blue) = 183+44+92=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C5C is #48D3A3. Grayscale: #5A5A5A. Windows color (decimal): -4772772 or 6040759. OLE color: 6040759.
HSL color Cylindrical-coordinate representation of color #B72C5C: hue angle of 339.28º 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 #B72C5C is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 92 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.28 |
| HSL | 339.28º | 0.61% | 0.45% | - |
| HSV(B) | 339.28º | 0.76% | 0.72% | - |
| XYZ | 22.36 | 12.64 | 11.39 | - |
| YUV | 91.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 92 | 0 | 0.76 | 0.50 | 0.28 | 339.28 | 0.61 | 0.45 |
| Hex | B7 | 2C | 5C | 0 | 4C | 32 | 1C | 153 | 3D | 2D |
| Octal | 267 | 54 | 134 | 0 | 114 | 62 | 34 | 523 | 75 | 55 |
| Binary | 10110111 | 101100 | 1011100 | 0 | 1001100 | 110010 | 11100 | 101010011 | 111101 | 101101 |
Color Harmonies of #B72C5C
Complementary color
Monochromatic Colors of #B72C5C
Black with #B72C5C
Text Example
Text Example
White with #B72C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C5C; }
p { color: rgb(183,44,92); }
H1.HeaderClassName
{
color: #B72C5C;
}
.AnyTagClassName
{
color: #B72C5C;
}
</style>
background-color css
<style>
a { background-color: #B72C5C; }
a { background-color: rgb(183,44,92); }
div.DivClassName
{
background-color: #B72C5C;
}
.BgClassName
{
background-color: #B72C5C;
}
</style>
border-color css
<style>
span { border-color: #B72C5C; }
span { border-color: rgb(183,44,92); }
td.TdClassName
{
border-color: #B72C5C;
}
.TagClassName
{
border-color: #B72C5C;
}
</style>