Shades of Old Rose #B22B46
Tints of Old Rose #B22B46
RGB
CMYK
RGB Variations
Color information
#B22B46 (or 0xB22B46) is known color: Old Rose. HEX triplet: B2, 2B and 46. RGB value is (178,43,70). Sum of RGB (Red+Green+Blue) = 178+43+70=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B46 is #4DD4B9. Grayscale: #565656. Windows color (decimal): -5100730 or 4598706. OLE color: 4598706.
HSL color Cylindrical-coordinate representation of color #B22B46: hue angle of 348º 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 #B22B46 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 70 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.30 |
| HSL | 348º | 0.61% | 0.43% | - |
| HSV(B) | 348º | 0.76% | 0.7% | - |
| XYZ | 20.33 | 11.63 | 6.97 | - |
| YUV | 86.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 70 | 0 | 0.76 | 0.61 | 0.30 | 348 | 0.61 | 0.43 |
| Hex | B2 | 2B | 46 | 0 | 4C | 3D | 1E | 15C | 3D | 2B |
| Octal | 262 | 53 | 106 | 0 | 114 | 75 | 36 | 534 | 75 | 53 |
| Binary | 10110010 | 101011 | 1000110 | 0 | 1001100 | 111101 | 11110 | 101011100 | 111101 | 101011 |
Color Harmonies of #B22B46
Complementary color
Monochromatic Colors of #B22B46
Black with #B22B46
Text Example
Text Example
White with #B22B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B46; }
p { color: rgb(178,43,70); }
H1.HeaderClassName
{
color: #B22B46;
}
.AnyTagClassName
{
color: #B22B46;
}
</style>
background-color css
<style>
a { background-color: #B22B46; }
a { background-color: rgb(178,43,70); }
div.DivClassName
{
background-color: #B22B46;
}
.BgClassName
{
background-color: #B22B46;
}
</style>
border-color css
<style>
span { border-color: #B22B46; }
span { border-color: rgb(178,43,70); }
td.TdClassName
{
border-color: #B22B46;
}
.TagClassName
{
border-color: #B22B46;
}
</style>