Shades of Old Rose #B53944
Tints of Old Rose #B53944
RGB
CMYK
RGB Variations
Color information
#B53944 (or 0xB53944) is known color: Old Rose. HEX triplet: B5, 39 and 44. RGB value is (181,57,68). Sum of RGB (Red+Green+Blue) = 181+57+68=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53944 is #4AC6BB. Grayscale: #5F5F5F. Windows color (decimal): -4900540 or 4471221. OLE color: 4471221.
HSL color Cylindrical-coordinate representation of color #B53944: hue angle of 354.68º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53944 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 68 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.29 |
| HSL | 354.68º | 0.52% | 0.47% | - |
| HSV(B) | 354.68º | 0.69% | 0.71% | - |
| XYZ | 21.56 | 13.17 | 6.87 | - |
| YUV | 95.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 68 | 0 | 0.69 | 0.62 | 0.29 | 354.68 | 0.52 | 0.47 |
| Hex | B5 | 39 | 44 | 0 | 45 | 3E | 1D | 163 | 34 | 2F |
| Octal | 265 | 71 | 104 | 0 | 105 | 76 | 35 | 543 | 64 | 57 |
| Binary | 10110101 | 111001 | 1000100 | 0 | 1000101 | 111110 | 11101 | 101100011 | 110100 | 101111 |
Color Harmonies of #B53944
Complementary color
Monochromatic Colors of #B53944
Black with #B53944
Text Example
Text Example
White with #B53944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53944; }
p { color: rgb(181,57,68); }
H1.HeaderClassName
{
color: #B53944;
}
.AnyTagClassName
{
color: #B53944;
}
</style>
background-color css
<style>
a { background-color: #B53944; }
a { background-color: rgb(181,57,68); }
div.DivClassName
{
background-color: #B53944;
}
.BgClassName
{
background-color: #B53944;
}
</style>
border-color css
<style>
span { border-color: #B53944; }
span { border-color: rgb(181,57,68); }
td.TdClassName
{
border-color: #B53944;
}
.TagClassName
{
border-color: #B53944;
}
</style>