Shades of Old Rose #B53D44
Tints of Old Rose #B53D44
RGB
CMYK
RGB Variations
Color information
#B53D44 (or 0xB53D44) is known color: Old Rose. HEX triplet: B5, 3D and 44. RGB value is (181,61,68). Sum of RGB (Red+Green+Blue) = 181+61+68=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D44 is #4AC2BB. Grayscale: #616161. Windows color (decimal): -4899516 or 4472245. OLE color: 4472245.
HSL color Cylindrical-coordinate representation of color #B53D44: hue angle of 356.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 #B53D44 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 68 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.29 |
| HSL | 356.5º | 0.5% | 0.47% | - |
| HSV(B) | 356.5º | 0.66% | 0.71% | - |
| XYZ | 21.77 | 13.58 | 6.94 | - |
| YUV | 97.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 68 | 0 | 0.66 | 0.62 | 0.29 | 356.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 44 | 0 | 42 | 3E | 1D | 164 | 32 | 2F |
| Octal | 265 | 75 | 104 | 0 | 102 | 76 | 35 | 544 | 62 | 57 |
| Binary | 10110101 | 111101 | 1000100 | 0 | 1000010 | 111110 | 11101 | 101100100 | 110010 | 101111 |
Color Harmonies of #B53D44
Complementary color
Monochromatic Colors of #B53D44
Black with #B53D44
Text Example
Text Example
White with #B53D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D44; }
p { color: rgb(181,61,68); }
H1.HeaderClassName
{
color: #B53D44;
}
.AnyTagClassName
{
color: #B53D44;
}
</style>
background-color css
<style>
a { background-color: #B53D44; }
a { background-color: rgb(181,61,68); }
div.DivClassName
{
background-color: #B53D44;
}
.BgClassName
{
background-color: #B53D44;
}
</style>
border-color css
<style>
span { border-color: #B53D44; }
span { border-color: rgb(181,61,68); }
td.TdClassName
{
border-color: #B53D44;
}
.TagClassName
{
border-color: #B53D44;
}
</style>