Shades of Old Rose #B53A46
Tints of Old Rose #B53A46
RGB
CMYK
RGB Variations
Color information
#B53A46 (or 0xB53A46) is known color: Old Rose. HEX triplet: B5, 3A and 46. RGB value is (181,58,70). Sum of RGB (Red+Green+Blue) = 181+58+70=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A46 is #4AC5B9. Grayscale: #606060. Windows color (decimal): -4900282 or 4602549. OLE color: 4602549.
HSL color Cylindrical-coordinate representation of color #B53A46: hue angle of 354.15º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A46 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 70 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.29 |
| HSL | 354.15º | 0.51% | 0.47% | - |
| HSV(B) | 354.15º | 0.68% | 0.71% | - |
| XYZ | 21.67 | 13.29 | 7.22 | - |
| YUV | 96.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 70 | 0 | 0.68 | 0.61 | 0.29 | 354.15 | 0.51 | 0.47 |
| Hex | B5 | 3A | 46 | 0 | 44 | 3D | 1D | 162 | 33 | 2F |
| Octal | 265 | 72 | 106 | 0 | 104 | 75 | 35 | 542 | 63 | 57 |
| Binary | 10110101 | 111010 | 1000110 | 0 | 1000100 | 111101 | 11101 | 101100010 | 110011 | 101111 |
Color Harmonies of #B53A46
Complementary color
Monochromatic Colors of #B53A46
Black with #B53A46
Text Example
Text Example
White with #B53A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A46; }
p { color: rgb(181,58,70); }
H1.HeaderClassName
{
color: #B53A46;
}
.AnyTagClassName
{
color: #B53A46;
}
</style>
background-color css
<style>
a { background-color: #B53A46; }
a { background-color: rgb(181,58,70); }
div.DivClassName
{
background-color: #B53A46;
}
.BgClassName
{
background-color: #B53A46;
}
</style>
border-color css
<style>
span { border-color: #B53A46; }
span { border-color: rgb(181,58,70); }
td.TdClassName
{
border-color: #B53A46;
}
.TagClassName
{
border-color: #B53A46;
}
</style>