Shades of Old Rose #B72B4D
Tints of Old Rose #B72B4D
RGB
CMYK
RGB Variations
Color information
#B72B4D (or 0xB72B4D) is known color: Old Rose. HEX triplet: B7, 2B and 4D. RGB value is (183,43,77). Sum of RGB (Red+Green+Blue) = 183+43+77=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B4D is #48D4B2. Grayscale: #585858. Windows color (decimal): -4773043 or 5057463. OLE color: 5057463.
HSL color Cylindrical-coordinate representation of color #B72B4D: hue angle of 345.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72B4D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 77 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.28 |
| HSL | 345.43º | 0.62% | 0.44% | - |
| HSV(B) | 345.43º | 0.77% | 0.72% | - |
| XYZ | 21.73 | 12.33 | 8.26 | - |
| YUV | 88.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 77 | 0 | 0.77 | 0.58 | 0.28 | 345.43 | 0.62 | 0.44 |
| Hex | B7 | 2B | 4D | 0 | 4D | 3A | 1C | 159 | 3E | 2C |
| Octal | 267 | 53 | 115 | 0 | 115 | 72 | 34 | 531 | 76 | 54 |
| Binary | 10110111 | 101011 | 1001101 | 0 | 1001101 | 111010 | 11100 | 101011001 | 111110 | 101100 |
Color Harmonies of #B72B4D
Complementary color
Monochromatic Colors of #B72B4D
Black with #B72B4D
Text Example
Text Example
White with #B72B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72B4D; }
p { color: rgb(183,43,77); }
H1.HeaderClassName
{
color: #B72B4D;
}
.AnyTagClassName
{
color: #B72B4D;
}
</style>
background-color css
<style>
a { background-color: #B72B4D; }
a { background-color: rgb(183,43,77); }
div.DivClassName
{
background-color: #B72B4D;
}
.BgClassName
{
background-color: #B72B4D;
}
</style>
border-color css
<style>
span { border-color: #B72B4D; }
span { border-color: rgb(183,43,77); }
td.TdClassName
{
border-color: #B72B4D;
}
.TagClassName
{
border-color: #B72B4D;
}
</style>