Shades of Old Rose #B22953
Tints of Old Rose #B22953
RGB
CMYK
RGB Variations
Color information
#B22953 (or 0xB22953) is known color: Old Rose. HEX triplet: B2, 29 and 53. RGB value is (178,41,83). Sum of RGB (Red+Green+Blue) = 178+41+83=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B22953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22953 is #4DD6AC. Grayscale: #565656. Windows color (decimal): -5101229 or 5450162. OLE color: 5450162.
HSL color Cylindrical-coordinate representation of color #B22953: hue angle of 341.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22953 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 83 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.30 |
| HSL | 341.61º | 0.63% | 0.43% | - |
| HSV(B) | 341.61º | 0.77% | 0.7% | - |
| XYZ | 20.71 | 11.68 | 9.35 | - |
| YUV | 86.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 83 | 0 | 0.77 | 0.53 | 0.30 | 341.61 | 0.63 | 0.43 |
| Hex | B2 | 29 | 53 | 0 | 4D | 35 | 1E | 156 | 3F | 2B |
| Octal | 262 | 51 | 123 | 0 | 115 | 65 | 36 | 526 | 77 | 53 |
| Binary | 10110010 | 101001 | 1010011 | 0 | 1001101 | 110101 | 11110 | 101010110 | 111111 | 101011 |
Color Harmonies of #B22953
Complementary color
Monochromatic Colors of #B22953
Black with #B22953
Text Example
Text Example
White with #B22953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22953; }
p { color: rgb(178,41,83); }
H1.HeaderClassName
{
color: #B22953;
}
.AnyTagClassName
{
color: #B22953;
}
</style>
background-color css
<style>
a { background-color: #B22953; }
a { background-color: rgb(178,41,83); }
div.DivClassName
{
background-color: #B22953;
}
.BgClassName
{
background-color: #B22953;
}
</style>
border-color css
<style>
span { border-color: #B22953; }
span { border-color: rgb(178,41,83); }
td.TdClassName
{
border-color: #B22953;
}
.TagClassName
{
border-color: #B22953;
}
</style>