Shades of Old Rose #B53844
Tints of Old Rose #B53844
RGB
CMYK
RGB Variations
Color information
#B53844 (or 0xB53844) is known color: Old Rose. HEX triplet: B5, 38 and 44. RGB value is (181,56,68). Sum of RGB (Red+Green+Blue) = 181+56+68=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B53844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53844 is #4AC7BB. Grayscale: #5E5E5E. Windows color (decimal): -4900796 or 4470965. OLE color: 4470965.
HSL color Cylindrical-coordinate representation of color #B53844: hue angle of 354.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53844 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 68 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.29 |
| HSL | 354.24º | 0.53% | 0.46% | - |
| HSV(B) | 354.24º | 0.69% | 0.71% | - |
| XYZ | 21.51 | 13.07 | 6.86 | - |
| YUV | 94.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 68 | 0 | 0.69 | 0.62 | 0.29 | 354.24 | 0.53 | 0.46 |
| Hex | B5 | 38 | 44 | 0 | 45 | 3E | 1D | 162 | 35 | 2E |
| Octal | 265 | 70 | 104 | 0 | 105 | 76 | 35 | 542 | 65 | 56 |
| Binary | 10110101 | 111000 | 1000100 | 0 | 1000101 | 111110 | 11101 | 101100010 | 110101 | 101110 |
Color Harmonies of #B53844
Complementary color
Monochromatic Colors of #B53844
Black with #B53844
Text Example
Text Example
White with #B53844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53844; }
p { color: rgb(181,56,68); }
H1.HeaderClassName
{
color: #B53844;
}
.AnyTagClassName
{
color: #B53844;
}
</style>
background-color css
<style>
a { background-color: #B53844; }
a { background-color: rgb(181,56,68); }
div.DivClassName
{
background-color: #B53844;
}
.BgClassName
{
background-color: #B53844;
}
</style>
border-color css
<style>
span { border-color: #B53844; }
span { border-color: rgb(181,56,68); }
td.TdClassName
{
border-color: #B53844;
}
.TagClassName
{
border-color: #B53844;
}
</style>