Shades of Old Rose #B72A4D
Tints of Old Rose #B72A4D
RGB
CMYK
RGB Variations
Color information
#B72A4D (or 0xB72A4D) is known color: Old Rose. HEX triplet: B7, 2A and 4D. RGB value is (183,42,77). Sum of RGB (Red+Green+Blue) = 183+42+77=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A4D is #48D5B2. Grayscale: #585858. Windows color (decimal): -4773299 or 5057207. OLE color: 5057207.
HSL color Cylindrical-coordinate representation of color #B72A4D: hue angle of 345.11º degrees, saturation: 0.63, 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 #B72A4D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 77 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.28 |
| HSL | 345.11º | 0.63% | 0.44% | - |
| HSV(B) | 345.11º | 0.77% | 0.72% | - |
| XYZ | 21.7 | 12.26 | 8.24 | - |
| YUV | 88.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 77 | 0 | 0.77 | 0.58 | 0.28 | 345.11 | 0.63 | 0.44 |
| Hex | B7 | 2A | 4D | 0 | 4D | 3A | 1C | 159 | 3F | 2C |
| Octal | 267 | 52 | 115 | 0 | 115 | 72 | 34 | 531 | 77 | 54 |
| Binary | 10110111 | 101010 | 1001101 | 0 | 1001101 | 111010 | 11100 | 101011001 | 111111 | 101100 |
Color Harmonies of #B72A4D
Complementary color
Monochromatic Colors of #B72A4D
Black with #B72A4D
Text Example
Text Example
White with #B72A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A4D; }
p { color: rgb(183,42,77); }
H1.HeaderClassName
{
color: #B72A4D;
}
.AnyTagClassName
{
color: #B72A4D;
}
</style>
background-color css
<style>
a { background-color: #B72A4D; }
a { background-color: rgb(183,42,77); }
div.DivClassName
{
background-color: #B72A4D;
}
.BgClassName
{
background-color: #B72A4D;
}
</style>
border-color css
<style>
span { border-color: #B72A4D; }
span { border-color: rgb(183,42,77); }
td.TdClassName
{
border-color: #B72A4D;
}
.TagClassName
{
border-color: #B72A4D;
}
</style>