Shades of Old Rose #B5224C
Tints of Old Rose #B5224C
RGB
CMYK
RGB Variations
Color information
#B5224C (or 0xB5224C) is known color: Old Rose. HEX triplet: B5, 22 and 4C. RGB value is (181,34,76). Sum of RGB (Red+Green+Blue) = 181+34+76=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5224C is #4ADDB3. Grayscale: #525252. Windows color (decimal): -4906420 or 4989621. OLE color: 4989621.
HSL color Cylindrical-coordinate representation of color #B5224C: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5224C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 76 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.29 |
| HSL | 342.86º | 0.68% | 0.42% | - |
| HSV(B) | 342.86º | 0.81% | 0.71% | - |
| XYZ | 20.93 | 11.49 | 7.95 | - |
| YUV | 82.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 76 | 0 | 0.81 | 0.58 | 0.29 | 342.86 | 0.68 | 0.42 |
| Hex | B5 | 22 | 4C | 0 | 51 | 3A | 1D | 157 | 44 | 2A |
| Octal | 265 | 42 | 114 | 0 | 121 | 72 | 35 | 527 | 104 | 52 |
| Binary | 10110101 | 100010 | 1001100 | 0 | 1010001 | 111010 | 11101 | 101010111 | 1000100 | 101010 |
Color Harmonies of #B5224C
Complementary color
Monochromatic Colors of #B5224C
Black with #B5224C
Text Example
Text Example
White with #B5224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5224C; }
p { color: rgb(181,34,76); }
H1.HeaderClassName
{
color: #B5224C;
}
.AnyTagClassName
{
color: #B5224C;
}
</style>
background-color css
<style>
a { background-color: #B5224C; }
a { background-color: rgb(181,34,76); }
div.DivClassName
{
background-color: #B5224C;
}
.BgClassName
{
background-color: #B5224C;
}
</style>
border-color css
<style>
span { border-color: #B5224C; }
span { border-color: rgb(181,34,76); }
td.TdClassName
{
border-color: #B5224C;
}
.TagClassName
{
border-color: #B5224C;
}
</style>