Shades of Old Rose #B5224A
Tints of Old Rose #B5224A
RGB
CMYK
RGB Variations
Color information
#B5224A (or 0xB5224A) is known color: Old Rose. HEX triplet: B5, 22 and 4A. RGB value is (181,34,74). Sum of RGB (Red+Green+Blue) = 181+34+74=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B5224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5224A is #4ADDB5. Grayscale: #525252. Windows color (decimal): -4906422 or 4858549. OLE color: 4858549.
HSL color Cylindrical-coordinate representation of color #B5224A: hue angle of 343.67º 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 #B5224A is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 74 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.29 |
| HSL | 343.67º | 0.68% | 0.42% | - |
| HSV(B) | 343.67º | 0.81% | 0.71% | - |
| XYZ | 20.86 | 11.46 | 7.59 | - |
| YUV | 82.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 74 | 0 | 0.81 | 0.59 | 0.29 | 343.67 | 0.68 | 0.42 |
| Hex | B5 | 22 | 4A | 0 | 51 | 3B | 1D | 158 | 44 | 2A |
| Octal | 265 | 42 | 112 | 0 | 121 | 73 | 35 | 530 | 104 | 52 |
| Binary | 10110101 | 100010 | 1001010 | 0 | 1010001 | 111011 | 11101 | 101011000 | 1000100 | 101010 |
Color Harmonies of #B5224A
Complementary color
Monochromatic Colors of #B5224A
Black with #B5224A
Text Example
Text Example
White with #B5224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5224A; }
p { color: rgb(181,34,74); }
H1.HeaderClassName
{
color: #B5224A;
}
.AnyTagClassName
{
color: #B5224A;
}
</style>
background-color css
<style>
a { background-color: #B5224A; }
a { background-color: rgb(181,34,74); }
div.DivClassName
{
background-color: #B5224A;
}
.BgClassName
{
background-color: #B5224A;
}
</style>
border-color css
<style>
span { border-color: #B5224A; }
span { border-color: rgb(181,34,74); }
td.TdClassName
{
border-color: #B5224A;
}
.TagClassName
{
border-color: #B5224A;
}
</style>