Shades of Old Rose #B72049
Tints of Old Rose #B72049
RGB
CMYK
RGB Variations
Color information
#B72049 (or 0xB72049) is known color: Old Rose. HEX triplet: B7, 20 and 49. RGB value is (183,32,73). Sum of RGB (Red+Green+Blue) = 183+32+73=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B72049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72049 is #48DFB6. Grayscale: #515151. Windows color (decimal): -4775863 or 4792503. OLE color: 4792503.
HSL color Cylindrical-coordinate representation of color #B72049: hue angle of 343.71º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72049 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 73 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.28 |
| HSL | 343.71º | 0.7% | 0.42% | - |
| HSV(B) | 343.71º | 0.83% | 0.72% | - |
| XYZ | 21.25 | 11.58 | 7.42 | - |
| YUV | 81.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 73 | 0 | 0.83 | 0.60 | 0.28 | 343.71 | 0.7 | 0.42 |
| Hex | B7 | 20 | 49 | 0 | 53 | 3C | 1C | 158 | 46 | 2A |
| Octal | 267 | 40 | 111 | 0 | 123 | 74 | 34 | 530 | 106 | 52 |
| Binary | 10110111 | 100000 | 1001001 | 0 | 1010011 | 111100 | 11100 | 101011000 | 1000110 | 101010 |
Color Harmonies of #B72049
Complementary color
Monochromatic Colors of #B72049
Black with #B72049
Text Example
Text Example
White with #B72049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72049; }
p { color: rgb(183,32,73); }
H1.HeaderClassName
{
color: #B72049;
}
.AnyTagClassName
{
color: #B72049;
}
</style>
background-color css
<style>
a { background-color: #B72049; }
a { background-color: rgb(183,32,73); }
div.DivClassName
{
background-color: #B72049;
}
.BgClassName
{
background-color: #B72049;
}
</style>
border-color css
<style>
span { border-color: #B72049; }
span { border-color: rgb(183,32,73); }
td.TdClassName
{
border-color: #B72049;
}
.TagClassName
{
border-color: #B72049;
}
</style>