Shades of Old Rose #B53449
Tints of Old Rose #B53449
RGB
CMYK
RGB Variations
Color information
#B53449 (or 0xB53449) is known color: Old Rose. HEX triplet: B5, 34 and 49. RGB value is (181,52,73). Sum of RGB (Red+Green+Blue) = 181+52+73=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B53449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53449 is #4ACBB6. Grayscale: #5D5D5D. Windows color (decimal): -4901815 or 4797621. OLE color: 4797621.
HSL color Cylindrical-coordinate representation of color #B53449: hue angle of 350.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53449 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 73 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.29 |
| HSL | 350.23º | 0.55% | 0.46% | - |
| HSV(B) | 350.23º | 0.71% | 0.71% | - |
| XYZ | 21.49 | 12.76 | 7.63 | - |
| YUV | 92.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 73 | 0 | 0.71 | 0.60 | 0.29 | 350.23 | 0.55 | 0.46 |
| Hex | B5 | 34 | 49 | 0 | 47 | 3C | 1D | 15E | 37 | 2E |
| Octal | 265 | 64 | 111 | 0 | 107 | 74 | 35 | 536 | 67 | 56 |
| Binary | 10110101 | 110100 | 1001001 | 0 | 1000111 | 111100 | 11101 | 101011110 | 110111 | 101110 |
Color Harmonies of #B53449
Complementary color
Monochromatic Colors of #B53449
Black with #B53449
Text Example
Text Example
White with #B53449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53449; }
p { color: rgb(181,52,73); }
H1.HeaderClassName
{
color: #B53449;
}
.AnyTagClassName
{
color: #B53449;
}
</style>
background-color css
<style>
a { background-color: #B53449; }
a { background-color: rgb(181,52,73); }
div.DivClassName
{
background-color: #B53449;
}
.BgClassName
{
background-color: #B53449;
}
</style>
border-color css
<style>
span { border-color: #B53449; }
span { border-color: rgb(181,52,73); }
td.TdClassName
{
border-color: #B53449;
}
.TagClassName
{
border-color: #B53449;
}
</style>