Shades of Old Rose #BA3353
Tints of Old Rose #BA3353
RGB
CMYK
RGB Variations
Color information
#BA3353 (or 0xBA3353) is known color: Old Rose. HEX triplet: BA, 33 and 53. RGB value is (186,51,83). Sum of RGB (Red+Green+Blue) = 186+51+83=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3353 is #45CCAC. Grayscale: #5F5F5F. Windows color (decimal): -4574381 or 5452730. OLE color: 5452730.
HSL color Cylindrical-coordinate representation of color #BA3353: hue angle of 345.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3353 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 83 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.27 |
| HSL | 345.78º | 0.57% | 0.46% | - |
| HSV(B) | 345.78º | 0.73% | 0.73% | - |
| XYZ | 22.99 | 13.43 | 9.56 | - |
| YUV | 95.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 83 | 0 | 0.73 | 0.55 | 0.27 | 345.78 | 0.57 | 0.46 |
| Hex | BA | 33 | 53 | 0 | 49 | 37 | 1B | 15A | 39 | 2E |
| Octal | 272 | 63 | 123 | 0 | 111 | 67 | 33 | 532 | 71 | 56 |
| Binary | 10111010 | 110011 | 1010011 | 0 | 1001001 | 110111 | 11011 | 101011010 | 111001 | 101110 |
Color Harmonies of #BA3353
Complementary color
Monochromatic Colors of #BA3353
Black with #BA3353
Text Example
Text Example
White with #BA3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3353; }
p { color: rgb(186,51,83); }
H1.HeaderClassName
{
color: #BA3353;
}
.AnyTagClassName
{
color: #BA3353;
}
</style>
background-color css
<style>
a { background-color: #BA3353; }
a { background-color: rgb(186,51,83); }
div.DivClassName
{
background-color: #BA3353;
}
.BgClassName
{
background-color: #BA3353;
}
</style>
border-color css
<style>
span { border-color: #BA3353; }
span { border-color: rgb(186,51,83); }
td.TdClassName
{
border-color: #BA3353;
}
.TagClassName
{
border-color: #BA3353;
}
</style>