Shades of Old Rose #B83549
Tints of Old Rose #B83549
RGB
CMYK
RGB Variations
Color information
#B83549 (or 0xB83549) is known color: Old Rose. HEX triplet: B8, 35 and 49. RGB value is (184,53,73). Sum of RGB (Red+Green+Blue) = 184+53+73=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B83549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83549 is #47CAB6. Grayscale: #5E5E5E. Windows color (decimal): -4704951 or 4797880. OLE color: 4797880.
HSL color Cylindrical-coordinate representation of color #B83549: hue angle of 350.84º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83549 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 73 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.28 |
| HSL | 350.84º | 0.55% | 0.46% | - |
| HSV(B) | 350.84º | 0.71% | 0.72% | - |
| XYZ | 22.24 | 13.22 | 7.68 | - |
| YUV | 94.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 73 | 0 | 0.71 | 0.60 | 0.28 | 350.84 | 0.55 | 0.46 |
| Hex | B8 | 35 | 49 | 0 | 47 | 3C | 1C | 15F | 37 | 2E |
| Octal | 270 | 65 | 111 | 0 | 107 | 74 | 34 | 537 | 67 | 56 |
| Binary | 10111000 | 110101 | 1001001 | 0 | 1000111 | 111100 | 11100 | 101011111 | 110111 | 101110 |
Color Harmonies of #B83549
Complementary color
Monochromatic Colors of #B83549
Black with #B83549
Text Example
Text Example
White with #B83549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83549; }
p { color: rgb(184,53,73); }
H1.HeaderClassName
{
color: #B83549;
}
.AnyTagClassName
{
color: #B83549;
}
</style>
background-color css
<style>
a { background-color: #B83549; }
a { background-color: rgb(184,53,73); }
div.DivClassName
{
background-color: #B83549;
}
.BgClassName
{
background-color: #B83549;
}
</style>
border-color css
<style>
span { border-color: #B83549; }
span { border-color: rgb(184,53,73); }
td.TdClassName
{
border-color: #B83549;
}
.TagClassName
{
border-color: #B83549;
}
</style>