Shades of Old Rose #B72E4C
Tints of Old Rose #B72E4C
RGB
CMYK
RGB Variations
Color information
#B72E4C (or 0xB72E4C) is known color: Old Rose. HEX triplet: B7, 2E and 4C. RGB value is (183,46,76). Sum of RGB (Red+Green+Blue) = 183+46+76=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E4C is #48D1B3. Grayscale: #5A5A5A. Windows color (decimal): -4772276 or 4992695. OLE color: 4992695.
HSL color Cylindrical-coordinate representation of color #B72E4C: hue angle of 346.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E4C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 76 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.28 |
| HSL | 346.86º | 0.6% | 0.45% | - |
| HSV(B) | 346.86º | 0.75% | 0.72% | - |
| XYZ | 21.81 | 12.54 | 8.11 | - |
| YUV | 90.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 76 | 0 | 0.75 | 0.58 | 0.28 | 346.86 | 0.6 | 0.45 |
| Hex | B7 | 2E | 4C | 0 | 4B | 3A | 1C | 15B | 3C | 2D |
| Octal | 267 | 56 | 114 | 0 | 113 | 72 | 34 | 533 | 74 | 55 |
| Binary | 10110111 | 101110 | 1001100 | 0 | 1001011 | 111010 | 11100 | 101011011 | 111100 | 101101 |
Color Harmonies of #B72E4C
Complementary color
Monochromatic Colors of #B72E4C
Black with #B72E4C
Text Example
Text Example
White with #B72E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E4C; }
p { color: rgb(183,46,76); }
H1.HeaderClassName
{
color: #B72E4C;
}
.AnyTagClassName
{
color: #B72E4C;
}
</style>
background-color css
<style>
a { background-color: #B72E4C; }
a { background-color: rgb(183,46,76); }
div.DivClassName
{
background-color: #B72E4C;
}
.BgClassName
{
background-color: #B72E4C;
}
</style>
border-color css
<style>
span { border-color: #B72E4C; }
span { border-color: rgb(183,46,76); }
td.TdClassName
{
border-color: #B72E4C;
}
.TagClassName
{
border-color: #B72E4C;
}
</style>