Shades of Old Rose #B83353
Tints of Old Rose #B83353
RGB
CMYK
RGB Variations
Color information
#B83353 (or 0xB83353) is known color: Old Rose. HEX triplet: B8, 33 and 53. RGB value is (184,51,83). Sum of RGB (Red+Green+Blue) = 184+51+83=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B83353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83353 is #47CCAC. Grayscale: #5E5E5E. Windows color (decimal): -4705453 or 5452728. OLE color: 5452728.
HSL color Cylindrical-coordinate representation of color #B83353: hue angle of 345.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83353 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 83 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.28 |
| HSL | 345.56º | 0.57% | 0.46% | - |
| HSV(B) | 345.56º | 0.72% | 0.72% | - |
| XYZ | 22.51 | 13.18 | 9.54 | - |
| YUV | 94.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 83 | 0 | 0.72 | 0.55 | 0.28 | 345.56 | 0.57 | 0.46 |
| Hex | B8 | 33 | 53 | 0 | 48 | 37 | 1C | 15A | 39 | 2E |
| Octal | 270 | 63 | 123 | 0 | 110 | 67 | 34 | 532 | 71 | 56 |
| Binary | 10111000 | 110011 | 1010011 | 0 | 1001000 | 110111 | 11100 | 101011010 | 111001 | 101110 |
Color Harmonies of #B83353
Complementary color
Monochromatic Colors of #B83353
Black with #B83353
Text Example
Text Example
White with #B83353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83353; }
p { color: rgb(184,51,83); }
H1.HeaderClassName
{
color: #B83353;
}
.AnyTagClassName
{
color: #B83353;
}
</style>
background-color css
<style>
a { background-color: #B83353; }
a { background-color: rgb(184,51,83); }
div.DivClassName
{
background-color: #B83353;
}
.BgClassName
{
background-color: #B83353;
}
</style>
border-color css
<style>
span { border-color: #B83353; }
span { border-color: rgb(184,51,83); }
td.TdClassName
{
border-color: #B83353;
}
.TagClassName
{
border-color: #B83353;
}
</style>