Shades of Old Rose #B53E46
Tints of Old Rose #B53E46
RGB
CMYK
RGB Variations
Color information
#B53E46 (or 0xB53E46) is known color: Old Rose. HEX triplet: B5, 3E and 46. RGB value is (181,62,70). Sum of RGB (Red+Green+Blue) = 181+62+70=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E46 is #4AC1B9. Grayscale: #626262. Windows color (decimal): -4899258 or 4603573. OLE color: 4603573.
HSL color Cylindrical-coordinate representation of color #B53E46: hue angle of 355.97º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E46 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 70 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.29 |
| HSL | 355.97º | 0.49% | 0.48% | - |
| HSV(B) | 355.97º | 0.66% | 0.71% | - |
| XYZ | 21.88 | 13.71 | 7.29 | - |
| YUV | 98.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 70 | 0 | 0.66 | 0.61 | 0.29 | 355.97 | 0.49 | 0.48 |
| Hex | B5 | 3E | 46 | 0 | 42 | 3D | 1D | 164 | 31 | 30 |
| Octal | 265 | 76 | 106 | 0 | 102 | 75 | 35 | 544 | 61 | 60 |
| Binary | 10110101 | 111110 | 1000110 | 0 | 1000010 | 111101 | 11101 | 101100100 | 110001 | 110000 |
Color Harmonies of #B53E46
Complementary color
Monochromatic Colors of #B53E46
Black with #B53E46
Text Example
Text Example
White with #B53E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E46; }
p { color: rgb(181,62,70); }
H1.HeaderClassName
{
color: #B53E46;
}
.AnyTagClassName
{
color: #B53E46;
}
</style>
background-color css
<style>
a { background-color: #B53E46; }
a { background-color: rgb(181,62,70); }
div.DivClassName
{
background-color: #B53E46;
}
.BgClassName
{
background-color: #B53E46;
}
</style>
border-color css
<style>
span { border-color: #B53E46; }
span { border-color: rgb(181,62,70); }
td.TdClassName
{
border-color: #B53E46;
}
.TagClassName
{
border-color: #B53E46;
}
</style>