Shades of Old Rose #B22849
Tints of Old Rose #B22849
RGB
CMYK
RGB Variations
Color information
#B22849 (or 0xB22849) is known color: Old Rose. HEX triplet: B2, 28 and 49. RGB value is (178,40,73). Sum of RGB (Red+Green+Blue) = 178+40+73=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B22849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22849 is #4DD7B6. Grayscale: #555555. Windows color (decimal): -5101495 or 4794546. OLE color: 4794546.
HSL color Cylindrical-coordinate representation of color #B22849: hue angle of 345.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22849 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 73 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.30 |
| HSL | 345.65º | 0.63% | 0.43% | - |
| HSV(B) | 345.65º | 0.78% | 0.7% | - |
| XYZ | 20.32 | 11.46 | 7.44 | - |
| YUV | 85.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 73 | 0 | 0.78 | 0.59 | 0.30 | 345.65 | 0.63 | 0.43 |
| Hex | B2 | 28 | 49 | 0 | 4E | 3B | 1E | 15A | 3F | 2B |
| Octal | 262 | 50 | 111 | 0 | 116 | 73 | 36 | 532 | 77 | 53 |
| Binary | 10110010 | 101000 | 1001001 | 0 | 1001110 | 111011 | 11110 | 101011010 | 111111 | 101011 |
Color Harmonies of #B22849
Complementary color
Monochromatic Colors of #B22849
Black with #B22849
Text Example
Text Example
White with #B22849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22849; }
p { color: rgb(178,40,73); }
H1.HeaderClassName
{
color: #B22849;
}
.AnyTagClassName
{
color: #B22849;
}
</style>
background-color css
<style>
a { background-color: #B22849; }
a { background-color: rgb(178,40,73); }
div.DivClassName
{
background-color: #B22849;
}
.BgClassName
{
background-color: #B22849;
}
</style>
border-color css
<style>
span { border-color: #B22849; }
span { border-color: rgb(178,40,73); }
td.TdClassName
{
border-color: #B22849;
}
.TagClassName
{
border-color: #B22849;
}
</style>