Shades of Old Rose #B72255
Tints of Old Rose #B72255
RGB
CMYK
RGB Variations
Color information
#B72255 (or 0xB72255) is known color: Old Rose. HEX triplet: B7, 22 and 55. RGB value is (183,34,85). Sum of RGB (Red+Green+Blue) = 183+34+85=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B72255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72255 is #48DDAA. Grayscale: #545454. Windows color (decimal): -4775339 or 5579447. OLE color: 5579447.
HSL color Cylindrical-coordinate representation of color #B72255: hue angle of 339.46º 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 #B72255 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 85 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.28 |
| HSL | 339.46º | 0.69% | 0.43% | - |
| HSV(B) | 339.46º | 0.81% | 0.72% | - |
| XYZ | 21.74 | 11.87 | 9.74 | - |
| YUV | 84.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 85 | 0 | 0.81 | 0.54 | 0.28 | 339.46 | 0.69 | 0.43 |
| Hex | B7 | 22 | 55 | 0 | 51 | 36 | 1C | 153 | 45 | 2B |
| Octal | 267 | 42 | 125 | 0 | 121 | 66 | 34 | 523 | 105 | 53 |
| Binary | 10110111 | 100010 | 1010101 | 0 | 1010001 | 110110 | 11100 | 101010011 | 1000101 | 101011 |
Color Harmonies of #B72255
Complementary color
Monochromatic Colors of #B72255
Black with #B72255
Text Example
Text Example
White with #B72255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72255; }
p { color: rgb(183,34,85); }
H1.HeaderClassName
{
color: #B72255;
}
.AnyTagClassName
{
color: #B72255;
}
</style>
background-color css
<style>
a { background-color: #B72255; }
a { background-color: rgb(183,34,85); }
div.DivClassName
{
background-color: #B72255;
}
.BgClassName
{
background-color: #B72255;
}
</style>
border-color css
<style>
span { border-color: #B72255; }
span { border-color: rgb(183,34,85); }
td.TdClassName
{
border-color: #B72255;
}
.TagClassName
{
border-color: #B72255;
}
</style>