Shades of Old Rose #B53D4E
Tints of Old Rose #B53D4E
RGB
CMYK
RGB Variations
Color information
#B53D4E (or 0xB53D4E) is known color: Old Rose. HEX triplet: B5, 3D and 4E. RGB value is (181,61,78). Sum of RGB (Red+Green+Blue) = 181+61+78=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D4E is #4AC2B1. Grayscale: #626262. Windows color (decimal): -4899506 or 5127605. OLE color: 5127605.
HSL color Cylindrical-coordinate representation of color #B53D4E: hue angle of 351.5º 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 #B53D4E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 78 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.29 |
| HSL | 351.5º | 0.5% | 0.47% | - |
| HSV(B) | 351.5º | 0.66% | 0.71% | - |
| XYZ | 22.1 | 13.71 | 8.69 | - |
| YUV | 98.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 78 | 0 | 0.66 | 0.57 | 0.29 | 351.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 4E | 0 | 42 | 39 | 1D | 160 | 32 | 2F |
| Octal | 265 | 75 | 116 | 0 | 102 | 71 | 35 | 540 | 62 | 57 |
| Binary | 10110101 | 111101 | 1001110 | 0 | 1000010 | 111001 | 11101 | 101100000 | 110010 | 101111 |
Color Harmonies of #B53D4E
Complementary color
Monochromatic Colors of #B53D4E
Black with #B53D4E
Text Example
Text Example
White with #B53D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D4E; }
p { color: rgb(181,61,78); }
H1.HeaderClassName
{
color: #B53D4E;
}
.AnyTagClassName
{
color: #B53D4E;
}
</style>
background-color css
<style>
a { background-color: #B53D4E; }
a { background-color: rgb(181,61,78); }
div.DivClassName
{
background-color: #B53D4E;
}
.BgClassName
{
background-color: #B53D4E;
}
</style>
border-color css
<style>
span { border-color: #B53D4E; }
span { border-color: rgb(181,61,78); }
td.TdClassName
{
border-color: #B53D4E;
}
.TagClassName
{
border-color: #B53D4E;
}
</style>