Shades of Old Rose #B22B55
Tints of Old Rose #B22B55
RGB
CMYK
RGB Variations
Color information
#B22B55 (or 0xB22B55) is known color: Old Rose. HEX triplet: B2, 2B and 55. RGB value is (178,43,85). Sum of RGB (Red+Green+Blue) = 178+43+85=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B55 is #4DD4AA. Grayscale: #585858. Windows color (decimal): -5100715 or 5581746. OLE color: 5581746.
HSL color Cylindrical-coordinate representation of color #B22B55: hue angle of 341.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B55 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 85 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.30 |
| HSL | 341.33º | 0.61% | 0.43% | - |
| HSV(B) | 341.33º | 0.76% | 0.7% | - |
| XYZ | 20.86 | 11.85 | 9.78 | - |
| YUV | 88.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 85 | 0 | 0.76 | 0.52 | 0.30 | 341.33 | 0.61 | 0.43 |
| Hex | B2 | 2B | 55 | 0 | 4C | 34 | 1E | 155 | 3D | 2B |
| Octal | 262 | 53 | 125 | 0 | 114 | 64 | 36 | 525 | 75 | 53 |
| Binary | 10110010 | 101011 | 1010101 | 0 | 1001100 | 110100 | 11110 | 101010101 | 111101 | 101011 |
Color Harmonies of #B22B55
Complementary color
Monochromatic Colors of #B22B55
Black with #B22B55
Text Example
Text Example
White with #B22B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B55; }
p { color: rgb(178,43,85); }
H1.HeaderClassName
{
color: #B22B55;
}
.AnyTagClassName
{
color: #B22B55;
}
</style>
background-color css
<style>
a { background-color: #B22B55; }
a { background-color: rgb(178,43,85); }
div.DivClassName
{
background-color: #B22B55;
}
.BgClassName
{
background-color: #B22B55;
}
</style>
border-color css
<style>
span { border-color: #B22B55; }
span { border-color: rgb(178,43,85); }
td.TdClassName
{
border-color: #B22B55;
}
.TagClassName
{
border-color: #B22B55;
}
</style>