Shades of Old Rose #B22D55
Tints of Old Rose #B22D55
RGB
CMYK
RGB Variations
Color information
#B22D55 (or 0xB22D55) is known color: Old Rose. HEX triplet: B2, 2D and 55. RGB value is (178,45,85). Sum of RGB (Red+Green+Blue) = 178+45+85=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22D55 is #4DD2AA. Grayscale: #595959. Windows color (decimal): -5100203 or 5582258. OLE color: 5582258.
HSL color Cylindrical-coordinate representation of color #B22D55: hue angle of 341.95º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D55 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 85 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.30 |
| HSL | 341.95º | 0.6% | 0.44% | - |
| HSV(B) | 341.95º | 0.75% | 0.7% | - |
| XYZ | 20.94 | 12 | 9.81 | - |
| YUV | 89.33 | 125.56 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 85 | 0 | 0.75 | 0.52 | 0.30 | 341.95 | 0.6 | 0.44 |
| Hex | B2 | 2D | 55 | 0 | 4B | 34 | 1E | 156 | 3C | 2C |
| Octal | 262 | 55 | 125 | 0 | 113 | 64 | 36 | 526 | 74 | 54 |
| Binary | 10110010 | 101101 | 1010101 | 0 | 1001011 | 110100 | 11110 | 101010110 | 111100 | 101100 |
Color Harmonies of #B22D55
Complementary color
Monochromatic Colors of #B22D55
Black with #B22D55
Text Example
Text Example
White with #B22D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D55; }
p { color: rgb(178,45,85); }
H1.HeaderClassName
{
color: #B22D55;
}
.AnyTagClassName
{
color: #B22D55;
}
</style>
background-color css
<style>
a { background-color: #B22D55; }
a { background-color: rgb(178,45,85); }
div.DivClassName
{
background-color: #B22D55;
}
.BgClassName
{
background-color: #B22D55;
}
</style>
border-color css
<style>
span { border-color: #B22D55; }
span { border-color: rgb(178,45,85); }
td.TdClassName
{
border-color: #B22D55;
}
.TagClassName
{
border-color: #B22D55;
}
</style>