Shades of Old Rose #B53D4D
Tints of Old Rose #B53D4D
RGB
CMYK
RGB Variations
Color information
#B53D4D (or 0xB53D4D) is known color: Old Rose. HEX triplet: B5, 3D and 4D. RGB value is (181,61,77). Sum of RGB (Red+Green+Blue) = 181+61+77=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D4D is #4AC2B2. Grayscale: #626262. Windows color (decimal): -4899507 or 5062069. OLE color: 5062069.
HSL color Cylindrical-coordinate representation of color #B53D4D: hue angle of 352º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D4D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 77 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.29 |
| HSL | 352º | 0.5% | 0.47% | - |
| HSV(B) | 352º | 0.66% | 0.71% | - |
| XYZ | 22.06 | 13.7 | 8.5 | - |
| YUV | 98.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 77 | 0 | 0.66 | 0.57 | 0.29 | 352 | 0.5 | 0.47 |
| Hex | B5 | 3D | 4D | 0 | 42 | 39 | 1D | 160 | 32 | 2F |
| Octal | 265 | 75 | 115 | 0 | 102 | 71 | 35 | 540 | 62 | 57 |
| Binary | 10110101 | 111101 | 1001101 | 0 | 1000010 | 111001 | 11101 | 101100000 | 110010 | 101111 |
Color Harmonies of #B53D4D
Complementary color
Monochromatic Colors of #B53D4D
Black with #B53D4D
Text Example
Text Example
White with #B53D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D4D; }
p { color: rgb(181,61,77); }
H1.HeaderClassName
{
color: #B53D4D;
}
.AnyTagClassName
{
color: #B53D4D;
}
</style>
background-color css
<style>
a { background-color: #B53D4D; }
a { background-color: rgb(181,61,77); }
div.DivClassName
{
background-color: #B53D4D;
}
.BgClassName
{
background-color: #B53D4D;
}
</style>
border-color css
<style>
span { border-color: #B53D4D; }
span { border-color: rgb(181,61,77); }
td.TdClassName
{
border-color: #B53D4D;
}
.TagClassName
{
border-color: #B53D4D;
}
</style>