Shades of Old Rose #B8224D
Tints of Old Rose #B8224D
RGB
CMYK
RGB Variations
Color information
#B8224D (or 0xB8224D) is known color: Old Rose. HEX triplet: B8, 22 and 4D. RGB value is (184,34,77). Sum of RGB (Red+Green+Blue) = 184+34+77=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8224D is #47DDB2. Grayscale: #535353. Windows color (decimal): -4709811 or 5055160. OLE color: 5055160.
HSL color Cylindrical-coordinate representation of color #B8224D: hue angle of 342.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8224D is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 77 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.28 |
| HSL | 342.8º | 0.69% | 0.43% | - |
| HSV(B) | 342.8º | 0.82% | 0.72% | - |
| XYZ | 21.68 | 11.87 | 8.17 | - |
| YUV | 83.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 77 | 0 | 0.82 | 0.58 | 0.28 | 342.8 | 0.69 | 0.43 |
| Hex | B8 | 22 | 4D | 0 | 52 | 3A | 1C | 157 | 45 | 2B |
| Octal | 270 | 42 | 115 | 0 | 122 | 72 | 34 | 527 | 105 | 53 |
| Binary | 10111000 | 100010 | 1001101 | 0 | 1010010 | 111010 | 11100 | 101010111 | 1000101 | 101011 |
Color Harmonies of #B8224D
Complementary color
Monochromatic Colors of #B8224D
Black with #B8224D
Text Example
Text Example
White with #B8224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8224D; }
p { color: rgb(184,34,77); }
H1.HeaderClassName
{
color: #B8224D;
}
.AnyTagClassName
{
color: #B8224D;
}
</style>
background-color css
<style>
a { background-color: #B8224D; }
a { background-color: rgb(184,34,77); }
div.DivClassName
{
background-color: #B8224D;
}
.BgClassName
{
background-color: #B8224D;
}
</style>
border-color css
<style>
span { border-color: #B8224D; }
span { border-color: rgb(184,34,77); }
td.TdClassName
{
border-color: #B8224D;
}
.TagClassName
{
border-color: #B8224D;
}
</style>