Shades of Old Rose #B72046
Tints of Old Rose #B72046
RGB
CMYK
RGB Variations
Color information
#B72046 (or 0xB72046) is known color: Old Rose. HEX triplet: B7, 20 and 46. RGB value is (183,32,70). Sum of RGB (Red+Green+Blue) = 183+32+70=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B72046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72046 is #48DFB9. Grayscale: #515151. Windows color (decimal): -4775866 or 4595895. OLE color: 4595895.
HSL color Cylindrical-coordinate representation of color #B72046: hue angle of 344.9º 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 #B72046 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 70 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.28 |
| HSL | 344.9º | 0.7% | 0.42% | - |
| HSV(B) | 344.9º | 0.83% | 0.72% | - |
| XYZ | 21.15 | 11.54 | 6.91 | - |
| YUV | 81.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 70 | 0 | 0.83 | 0.62 | 0.28 | 344.9 | 0.7 | 0.42 |
| Hex | B7 | 20 | 46 | 0 | 53 | 3E | 1C | 159 | 46 | 2A |
| Octal | 267 | 40 | 106 | 0 | 123 | 76 | 34 | 531 | 106 | 52 |
| Binary | 10110111 | 100000 | 1000110 | 0 | 1010011 | 111110 | 11100 | 101011001 | 1000110 | 101010 |
Color Harmonies of #B72046
Complementary color
Monochromatic Colors of #B72046
Black with #B72046
Text Example
Text Example
White with #B72046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72046; }
p { color: rgb(183,32,70); }
H1.HeaderClassName
{
color: #B72046;
}
.AnyTagClassName
{
color: #B72046;
}
</style>
background-color css
<style>
a { background-color: #B72046; }
a { background-color: rgb(183,32,70); }
div.DivClassName
{
background-color: #B72046;
}
.BgClassName
{
background-color: #B72046;
}
</style>
border-color css
<style>
span { border-color: #B72046; }
span { border-color: rgb(183,32,70); }
td.TdClassName
{
border-color: #B72046;
}
.TagClassName
{
border-color: #B72046;
}
</style>