Shades of Old Rose #B22B45
Tints of Old Rose #B22B45
RGB
CMYK
RGB Variations
Color information
#B22B45 (or 0xB22B45) is known color: Old Rose. HEX triplet: B2, 2B and 45. RGB value is (178,43,69). Sum of RGB (Red+Green+Blue) = 178+43+69=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B45 is #4DD4BA. Grayscale: #565656. Windows color (decimal): -5100731 or 4533170. OLE color: 4533170.
HSL color Cylindrical-coordinate representation of color #B22B45: hue angle of 348.44º 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 #B22B45 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 69 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.30 |
| HSL | 348.44º | 0.61% | 0.43% | - |
| HSV(B) | 348.44º | 0.76% | 0.7% | - |
| XYZ | 20.3 | 11.62 | 6.8 | - |
| YUV | 86.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 69 | 0 | 0.76 | 0.61 | 0.30 | 348.44 | 0.61 | 0.43 |
| Hex | B2 | 2B | 45 | 0 | 4C | 3D | 1E | 15C | 3D | 2B |
| Octal | 262 | 53 | 105 | 0 | 114 | 75 | 36 | 534 | 75 | 53 |
| Binary | 10110010 | 101011 | 1000101 | 0 | 1001100 | 111101 | 11110 | 101011100 | 111101 | 101011 |
Color Harmonies of #B22B45
Complementary color
Monochromatic Colors of #B22B45
Black with #B22B45
Text Example
Text Example
White with #B22B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B45; }
p { color: rgb(178,43,69); }
H1.HeaderClassName
{
color: #B22B45;
}
.AnyTagClassName
{
color: #B22B45;
}
</style>
background-color css
<style>
a { background-color: #B22B45; }
a { background-color: rgb(178,43,69); }
div.DivClassName
{
background-color: #B22B45;
}
.BgClassName
{
background-color: #B22B45;
}
</style>
border-color css
<style>
span { border-color: #B22B45; }
span { border-color: rgb(178,43,69); }
td.TdClassName
{
border-color: #B22B45;
}
.TagClassName
{
border-color: #B22B45;
}
</style>