Shades of Old Rose #B72048
Tints of Old Rose #B72048
RGB
CMYK
RGB Variations
Color information
#B72048 (or 0xB72048) is known color: Old Rose. HEX triplet: B7, 20 and 48. RGB value is (183,32,72). Sum of RGB (Red+Green+Blue) = 183+32+72=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72048 is #48DFB7. Grayscale: #515151. Windows color (decimal): -4775864 or 4726967. OLE color: 4726967.
HSL color Cylindrical-coordinate representation of color #B72048: hue angle of 344.11º 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 #B72048 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 72 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.28 |
| HSL | 344.11º | 0.7% | 0.42% | - |
| HSV(B) | 344.11º | 0.83% | 0.72% | - |
| XYZ | 21.21 | 11.57 | 7.25 | - |
| YUV | 81.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 72 | 0 | 0.83 | 0.61 | 0.28 | 344.11 | 0.7 | 0.42 |
| Hex | B7 | 20 | 48 | 0 | 53 | 3D | 1C | 158 | 46 | 2A |
| Octal | 267 | 40 | 110 | 0 | 123 | 75 | 34 | 530 | 106 | 52 |
| Binary | 10110111 | 100000 | 1001000 | 0 | 1010011 | 111101 | 11100 | 101011000 | 1000110 | 101010 |
Color Harmonies of #B72048
Complementary color
Monochromatic Colors of #B72048
Black with #B72048
Text Example
Text Example
White with #B72048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72048; }
p { color: rgb(183,32,72); }
H1.HeaderClassName
{
color: #B72048;
}
.AnyTagClassName
{
color: #B72048;
}
</style>
background-color css
<style>
a { background-color: #B72048; }
a { background-color: rgb(183,32,72); }
div.DivClassName
{
background-color: #B72048;
}
.BgClassName
{
background-color: #B72048;
}
</style>
border-color css
<style>
span { border-color: #B72048; }
span { border-color: rgb(183,32,72); }
td.TdClassName
{
border-color: #B72048;
}
.TagClassName
{
border-color: #B72048;
}
</style>