Shades of Old Rose #B53D4A
Tints of Old Rose #B53D4A
RGB
CMYK
RGB Variations
Color information
#B53D4A (or 0xB53D4A) is known color: Old Rose. HEX triplet: B5, 3D and 4A. RGB value is (181,61,74). Sum of RGB (Red+Green+Blue) = 181+61+74=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D4A is #4AC2B5. Grayscale: #626262. Windows color (decimal): -4899510 or 4865461. OLE color: 4865461.
HSL color Cylindrical-coordinate representation of color #B53D4A: hue angle of 353.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 #B53D4A is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 74 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.29 |
| HSL | 353.5º | 0.5% | 0.47% | - |
| HSV(B) | 353.5º | 0.66% | 0.71% | - |
| XYZ | 21.96 | 13.66 | 7.96 | - |
| YUV | 98.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 74 | 0 | 0.66 | 0.59 | 0.29 | 353.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 4A | 0 | 42 | 3B | 1D | 162 | 32 | 2F |
| Octal | 265 | 75 | 112 | 0 | 102 | 73 | 35 | 542 | 62 | 57 |
| Binary | 10110101 | 111101 | 1001010 | 0 | 1000010 | 111011 | 11101 | 101100010 | 110010 | 101111 |
Color Harmonies of #B53D4A
Complementary color
Monochromatic Colors of #B53D4A
Black with #B53D4A
Text Example
Text Example
White with #B53D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D4A; }
p { color: rgb(181,61,74); }
H1.HeaderClassName
{
color: #B53D4A;
}
.AnyTagClassName
{
color: #B53D4A;
}
</style>
background-color css
<style>
a { background-color: #B53D4A; }
a { background-color: rgb(181,61,74); }
div.DivClassName
{
background-color: #B53D4A;
}
.BgClassName
{
background-color: #B53D4A;
}
</style>
border-color css
<style>
span { border-color: #B53D4A; }
span { border-color: rgb(181,61,74); }
td.TdClassName
{
border-color: #B53D4A;
}
.TagClassName
{
border-color: #B53D4A;
}
</style>