Shades of Old Rose #B22A45
Tints of Old Rose #B22A45
RGB
CMYK
RGB Variations
Color information
#B22A45 (or 0xB22A45) is known color: Old Rose. HEX triplet: B2, 2A and 45. RGB value is (178,42,69). Sum of RGB (Red+Green+Blue) = 178+42+69=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22A45 is #4DD5BA. Grayscale: #555555. Windows color (decimal): -5100987 or 4532914. OLE color: 4532914.
HSL color Cylindrical-coordinate representation of color #B22A45: hue angle of 348.09º degrees, saturation: 0.62, 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 #B22A45 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 69 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.30 |
| HSL | 348.09º | 0.62% | 0.43% | - |
| HSV(B) | 348.09º | 0.76% | 0.7% | - |
| XYZ | 20.26 | 11.55 | 6.79 | - |
| YUV | 85.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 69 | 0 | 0.76 | 0.61 | 0.30 | 348.09 | 0.62 | 0.43 |
| Hex | B2 | 2A | 45 | 0 | 4C | 3D | 1E | 15C | 3E | 2B |
| Octal | 262 | 52 | 105 | 0 | 114 | 75 | 36 | 534 | 76 | 53 |
| Binary | 10110010 | 101010 | 1000101 | 0 | 1001100 | 111101 | 11110 | 101011100 | 111110 | 101011 |
Color Harmonies of #B22A45
Complementary color
Monochromatic Colors of #B22A45
Black with #B22A45
Text Example
Text Example
White with #B22A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A45; }
p { color: rgb(178,42,69); }
H1.HeaderClassName
{
color: #B22A45;
}
.AnyTagClassName
{
color: #B22A45;
}
</style>
background-color css
<style>
a { background-color: #B22A45; }
a { background-color: rgb(178,42,69); }
div.DivClassName
{
background-color: #B22A45;
}
.BgClassName
{
background-color: #B22A45;
}
</style>
border-color css
<style>
span { border-color: #B22A45; }
span { border-color: rgb(178,42,69); }
td.TdClassName
{
border-color: #B22A45;
}
.TagClassName
{
border-color: #B22A45;
}
</style>