Shades of Old Rose #BA3346
Tints of Old Rose #BA3346
RGB
CMYK
RGB Variations
Color information
#BA3346 (or 0xBA3346) is known color: Old Rose. HEX triplet: BA, 33 and 46. RGB value is (186,51,70). Sum of RGB (Red+Green+Blue) = 186+51+70=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3346 is #45CCB9. Grayscale: #5D5D5D. Windows color (decimal): -4574394 or 4600762. OLE color: 4600762.
HSL color Cylindrical-coordinate representation of color #BA3346: hue angle of 351.56º 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 #BA3346 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 70 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.27 |
| HSL | 351.56º | 0.57% | 0.46% | - |
| HSV(B) | 351.56º | 0.73% | 0.73% | - |
| XYZ | 22.54 | 13.25 | 7.16 | - |
| YUV | 93.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 70 | 0 | 0.73 | 0.62 | 0.27 | 351.56 | 0.57 | 0.46 |
| Hex | BA | 33 | 46 | 0 | 49 | 3E | 1B | 160 | 39 | 2E |
| Octal | 272 | 63 | 106 | 0 | 111 | 76 | 33 | 540 | 71 | 56 |
| Binary | 10111010 | 110011 | 1000110 | 0 | 1001001 | 111110 | 11011 | 101100000 | 111001 | 101110 |
Color Harmonies of #BA3346
Complementary color
Monochromatic Colors of #BA3346
Black with #BA3346
Text Example
Text Example
White with #BA3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3346; }
p { color: rgb(186,51,70); }
H1.HeaderClassName
{
color: #BA3346;
}
.AnyTagClassName
{
color: #BA3346;
}
</style>
background-color css
<style>
a { background-color: #BA3346; }
a { background-color: rgb(186,51,70); }
div.DivClassName
{
background-color: #BA3346;
}
.BgClassName
{
background-color: #BA3346;
}
</style>
border-color css
<style>
span { border-color: #BA3346; }
span { border-color: rgb(186,51,70); }
td.TdClassName
{
border-color: #BA3346;
}
.TagClassName
{
border-color: #BA3346;
}
</style>