Shades of Old Rose #B72256
Tints of Old Rose #B72256
RGB
CMYK
RGB Variations
Color information
#B72256 (or 0xB72256) is known color: Old Rose. HEX triplet: B7, 22 and 56. RGB value is (183,34,86). Sum of RGB (Red+Green+Blue) = 183+34+86=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B72256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72256 is #48DDA9. Grayscale: #545454. Windows color (decimal): -4775338 or 5644983. OLE color: 5644983.
HSL color Cylindrical-coordinate representation of color #B72256: hue angle of 339.06º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72256 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 86 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.28 |
| HSL | 339.06º | 0.69% | 0.43% | - |
| HSV(B) | 339.06º | 0.81% | 0.72% | - |
| XYZ | 21.78 | 11.88 | 9.95 | - |
| YUV | 84.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 86 | 0 | 0.81 | 0.53 | 0.28 | 339.06 | 0.69 | 0.43 |
| Hex | B7 | 22 | 56 | 0 | 51 | 35 | 1C | 153 | 45 | 2B |
| Octal | 267 | 42 | 126 | 0 | 121 | 65 | 34 | 523 | 105 | 53 |
| Binary | 10110111 | 100010 | 1010110 | 0 | 1010001 | 110101 | 11100 | 101010011 | 1000101 | 101011 |
Color Harmonies of #B72256
Complementary color
Monochromatic Colors of #B72256
Black with #B72256
Text Example
Text Example
White with #B72256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72256; }
p { color: rgb(183,34,86); }
H1.HeaderClassName
{
color: #B72256;
}
.AnyTagClassName
{
color: #B72256;
}
</style>
background-color css
<style>
a { background-color: #B72256; }
a { background-color: rgb(183,34,86); }
div.DivClassName
{
background-color: #B72256;
}
.BgClassName
{
background-color: #B72256;
}
</style>
border-color css
<style>
span { border-color: #B72256; }
span { border-color: rgb(183,34,86); }
td.TdClassName
{
border-color: #B72256;
}
.TagClassName
{
border-color: #B72256;
}
</style>